- Oct 29, 2018
-
-
Zach Hilman authored
Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
-
- Oct 24, 2018
-
-
Lioncash authored
Same behavior, less code.
-
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
David authored
* Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
-
- Oct 16, 2018
-
-
bunnei authored
- This will be used as a catch-all for slow-but-accurate GPU emulation paths.
-
- Oct 07, 2018
-
-
Zach Hilman authored
-
- Oct 02, 2018
-
-
fearlessTobi authored
-
- Sep 08, 2018
-
-
fearlessTobi authored
-
- Sep 03, 2018
-
-
Zach Hilman authored
-
- Aug 23, 2018
-
-
Zach Hilman authored
Helps with installed games by making the title not a hexadecimal id string, instead the name.
-
- Aug 22, 2018
-
-
tech4me authored
-
- Aug 20, 2018
-
-
fearlessTobi authored
-
- Aug 07, 2018
-
-
Zach Hilman authored
-
- Aug 03, 2018
-
-
David authored
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
-
- Aug 01, 2018
-
-
Zach Hilman authored
-
bunnei authored
-
- Jul 21, 2018
-
-
Lioncash authored
Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case.
-
- Jul 18, 2018
-
-
bunnei authored
-
- Jul 03, 2018
-
-
James Rowe authored
-
- Jun 27, 2018
-
-
bunnei authored
-
- May 10, 2018
-
-
bunnei authored
-
- Mar 30, 2018
- Mar 27, 2018
- Feb 14, 2018
-
-
Hexagon12 authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 16, 2018
- Jan 15, 2018
-
-
unknown authored
-
unknown authored
-
unknown authored
-
shinyquagsire23 authored
-
- Jan 13, 2018
-
-
bunnei authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-