From 4178932c7618c1b4e55bc744cc7b741306a699b9 Mon Sep 17 00:00:00 2001
From: taserbolt <twystedxyz1@gmail.com>
Date: Wed, 17 Jul 2024 15:17:45 -0700
Subject: [PATCH] results: ctr_results: add AM error 107

---
 cogs/results/ctr_results.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cogs/results/ctr_results.py b/cogs/results/ctr_results.py
index a4a45abe1..84a4ad1af 100644
--- a/cogs/results/ctr_results.py
+++ b/cogs/results/ctr_results.py
@@ -135,6 +135,7 @@
     43: ResultInfo('Database doesn\'t exist, or it failed to open.'),
     44: ResultInfo('Trying to uninstall system-app.'),
     106: ResultInfo('Invalid signature/CIA. Usually happens when developer UNITINFO is enabled in Luma3DS.'),
+    107: ResultInfo('The console ID in the ticket does not match the current console ID.'),
     393: ResultInfo('Invalid database.'),
 })