| Age | Commit message (Collapse) | Author |
|
|
|
|
|
service: mii: Migrate service to new interface
|
|
|
|
|
|
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
|
|
service: nfc: Validate mii data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: am: Improve profile select applet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: am: Implement cabinet applet
|
|
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.
I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
R_THROW macro leads towards a return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard.
|
|
|
|
|
|
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
|
|
applets/swkbd: Add support for an updated inline software keyboard
|