Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

act: Add more command names and implement GetErrorCode #237

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

DaniElectra
Copy link
Contributor

The command names have been extracted from 3dbrew and the JavaScript bindings that the NNID settings uses internally.

The error names have been extracted from the Wii U implementation (102-XXXX), which are compatible with the 3DS ones except for 022-5XXX, which are error codes specific to the 3DS.

The error codes are ordered based on the error descriptions, so some errors may not be in place.

The command names have been extracted from 3dbrew and the JavaScript
bindings that the NNID settings uses internally.

The error names have been extracted from the Wii U implementation
(102-XXXX), which are compatible with the 3DS ones except for 022-5XXX,
which are error codes specific to the 3DS.
Copy link
Owner

@PabloMK7 PabloMK7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about moving all the error code definitions and the huge switch case to another file? That way the main files are not clogged.

@PabloMK7 PabloMK7 merged commit 5115f64 into PabloMK7:master Aug 21, 2024
12 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants