2742 Commits (d3fbf45705e03b992f0ada890cabeac88b86ba3c)

Author SHA1 Message Date
Zach Hilman d3fbf45705 am: Pass current user UUID to launch parameters 7 years ago
Zach Hilman aeffd4b436 profile_manager: Load users from emulator settings 7 years ago
David 50e4e81fd3 Added Amiibo support (#1390) 7 years ago
Zach Hilman 314a948373 psm: Stub GetChargerType 7 years ago
Lioncash ca5a93167e service: Add the basic skeleton for the NPNS services 7 years ago
Lioncash 981faea4d6 hid: Update service function table for hidbus 7 years ago
Lioncash 5ea4cfd499 am: Add the basic skeleton for the tcap service 7 years ago
Lioncash edb1c36a87 am: Update service function tables 7 years ago
Lioncash ae7f55947e prepo: Update service function table. 7 years ago
Lioncash a806c78a1a lbl: Update service function table names 7 years ago
Zach Hilman 10a2d20e26 psm: Stub GetBatteryChargePercentage 7 years ago
Zach Hilman 3b8c0f8885 service: Add skeleton for psm service 7 years ago
Lioncash 90a981a03a kernel/process: Make the handle table per-process 7 years ago
Lioncash 896c0f61a0 svc: Fix vma boundary check in svcQueryMemory 7 years ago
David Marcec a03600ba28 Added auto controller switching to supported controllers and single joycon button rotation 7 years ago
Zach Hilman 7e0d2fc994 aoc_u: Stub GetAddOnContentListChangedEvent 7 years ago
David Marcec 7a7dad05c0 Stubbed home blocking 7 years ago
Lioncash 1833498617 es: Update service function tables 7 years ago
Lioncash a653be3510 audio: Update service function tables 7 years ago
Lioncash 2b9fd23058 omm: Update service function tables 7 years ago
Lioncash 4f52800822 nifm: Update service function tables 7 years ago
Lioncash f6c5a48dd1 hid: Update service function tables 7 years ago
Lioncash d0cda7fe40 nim: Add the basic skeleton of the nim:eca service 7 years ago
Lioncash d16bafc99d ns: Update service function table 7 years ago
Lioncash a056b284cf set_cal: Update service function table 7 years ago
Lioncash 4b5ae8dbaa svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock 7 years ago
Lioncash d27f4a4928 common: Move Is4KBAligned() to alignment.h 7 years ago
David Marcec 98c7a6d622 Used better names for mm:u and fixed bad stub 7 years ago
Lioncash 33830aa65a svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 7 years ago
Lioncash 452aa30cb7 hid/controller: Remove unused header inclusions 7 years ago
Lioncash 7f52dc1790 hid/controller/npad: Remove unused dump_idx member variable 7 years ago
Lioncash 7eb2328d8e hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor 7 years ago
Lioncash 929ed59f1f hid/controller/npad: Remove #pragma once from the cpp file 7 years ago
Lioncash aeda743446 hid/controller/npad: Move npad_id_list into the cpp file 7 years ago
Lioncash aeca224890 hid/controller/npad: Remove unnecessary const from void return type 7 years ago
Lioncash 46202e984e hid/controller: Default the destructors of all controller types in the cpp file 7 years ago
Lioncash 119b47f366 controller_base: Default the base class constructor and destructor in the cpp file 7 years ago
David Marcec 8144fa42bd Using dual joycons as the default controller 7 years ago
Zach Hilman 780c21ab2d fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId 7 years ago
David 92d8ad3770 Implement VI ConvertScalingMode (#1475) 7 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash 90f8474fc1 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 7 years ago
Zach Hilman 5737441374 aoc: Read DLC base title ID from RegisteredCache 7 years ago
David Marcec 92fae7e1ab Stop all threads on svcBreak 7 years ago
Zach Hilman 7e2096db8a aoc: Return size in ListAddOnContent 7 years ago
Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo 7 years ago
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Lioncash b492d43e63 thread: Remove unnecessary memset from ResetThreadContext() 7 years ago