- Jul 03, 2019
-
-
Zach Hilman authored
Takes a UUID of a user and provides and interface that allows RW access to user data/settings.
-
Zach Hilman authored
Verified with IDA
-
Zach Hilman authored
Since 2/3 of the commands are shared, this is likely how its done on HW.
-
- Jun 21, 2019
-
-
Lioncash authored
The sanitizing function ensures that the returned type is always the correct type. This eliminates warnings without extra casts.
-
- Jun 16, 2019
-
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent IPC-100 was changed to InitializeApplicationInfoOld instead of InitializeApplicationInfo. IPC-150 makes an indentical call to IPC-100 however does extra processing. They should not have the same name as it's quite confusing to debug.
-
- Jun 07, 2019
-
-
Zach Hilman authored
-
- Apr 25, 2019
-
-
Zach Hilman authored
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.
-
- Apr 11, 2019
-
-
Lioncash authored
Updates function tables based off information from SwitchBrew.
-
- Nov 26, 2018
-
-
Zach Hilman authored
The ProfileData is a 0x80-sized structure that stores various pieces of miscellaneous data for the account.
-
David Marcec authored
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
-
- Nov 14, 2018
-
-
Lioncash authored
empty() in this case will always return false, since the returned container is a std::array. Instead, check if all given users are invalid before returning the error code.
-
- Nov 07, 2018
-
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
Needed for Shantae - Half-Genie Hero - Ultimate Edition!
-
- Oct 24, 2018
-
-
Lioncash authored
This is just flat data, so it doesn't really need to be in the function itself. This also allows deduplicating the constant for the backup size in GetImageSize().
-
Lioncash authored
Silences compiler warnings related to truncation. This also introduces a small helper function to perform the clamping of the image size.
-
Lioncash authored
Allows unindenting the other branch's code.
-
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Sep 19, 2018
-
-
David Marcec authored
With these, `Nintendo Entertainment System - Nintendo Switch Online` loads
-
- Sep 18, 2018
-
-
David Marcec authored
-
- Aug 20, 2018
-
-
Lioncash authored
This is only used in a shared_ptr, so we can forward declare it.
-
Lioncash authored
We have an overload of WriteBuffer that accepts containers that satisfy the ContiguousContainer concept, which std::array does, so we only need to pass in the array itself.
-
Lioncash authored
Arranges them in the order the members would be initialized
-
Lioncash authored
This is no longer used, so it can be removed.
-
- Aug 11, 2018
-
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
- Aug 08, 2018
-
-
David Marcec authored
This commit verified working on puyo
-
David Marcec authored
-
David Marcec authored
-
mailwl authored
-
David Marcec authored
-