| Age | Commit message (Collapse) | Author |
|
|
|
Add some fixes/improvements to usage with the new IPC
|
|
|
|
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input_common: Implement amiibo writing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Converts services to have their own processes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Transition to PascalCase for result names.
|
|
- Removes a dependency on core and input_common from common.
|
|
Completely removes all usages of the global system instance within the
services code by passing in the using system instance to the services.
|
|
This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
|
|
Keeps the function tables up to date.
Updated based off information from Switchbrew.
|