Commit graph

4 commits

Author SHA1 Message Date
Daniel López Guimaraes
a93bcea28a
feat: Add AC error names for 3DS
These error names were found inside a game with a function for logging
an error result. The results were then mapped to the matching error
codes using the conversion inside the code of the sysmodule.

The error names may be repeated among errors starting with the same
pattern. This is intended, since the last two numbers represent unknown
additional error information complementing the result (except for value
99, which can be mapped to a different error name).

Some of the error codes had multiple result names mapped to them. In
those cases, no changes were made for clarity and avoid misinformation.
2024-12-14 17:46:26 +00:00
Jonathan Barrow
458d7c79c5
chore: add default text for missing causes and solutions 2024-06-03 17:11:03 -04:00
Jonathan Barrow
7de56e9a05
chore: added support links to all errors 2024-06-03 17:07:59 -04:00
Jonathan Barrow
6faa48c8f8
chore: moved all data to data folder 2024-05-01 16:51:01 -04:00