7087 Commits (940a71422e18b6305556d0efc2588a90f156ae04)

Author SHA1 Message Date
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 8 years ago
Lioncash a653be3510 audio: Update service function tables 8 years ago
Lioncash 2b9fd23058 omm: Update service function tables 8 years ago
Lioncash 4f52800822 nifm: Update service function tables 8 years ago
Lioncash f6c5a48dd1 hid: Update service function tables 8 years ago
Lioncash d0cda7fe40 nim: Add the basic skeleton of the nim:eca service 8 years ago
Lioncash d16bafc99d ns: Update service function table 8 years ago
Lioncash a056b284cf set_cal: Update service function table 8 years ago
Lioncash 4b5ae8dbaa svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock 8 years ago
Lioncash d27f4a4928 common: Move Is4KBAligned() to alignment.h 8 years ago
David Marcec 98c7a6d622 Used better names for mm:u and fixed bad stub 8 years ago
Lioncash 33830aa65a svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 8 years ago
Lioncash 452aa30cb7 hid/controller: Remove unused header inclusions 8 years ago
Lioncash 7f52dc1790 hid/controller/npad: Remove unused dump_idx member variable 8 years ago
Lioncash 7eb2328d8e hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor 8 years ago
Lioncash 929ed59f1f hid/controller/npad: Remove #pragma once from the cpp file 8 years ago
Lioncash aeda743446 hid/controller/npad: Move npad_id_list into the cpp file 8 years ago
Lioncash aeca224890 hid/controller/npad: Remove unnecessary const from void return type 8 years ago
Lioncash 46202e984e hid/controller: Default the destructors of all controller types in the cpp file 8 years ago
Lioncash 119b47f366 controller_base: Default the base class constructor and destructor in the cpp file 8 years ago
David Marcec 8144fa42bd Using dual joycons as the default controller 8 years ago
Zach Hilman 780c21ab2d fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId 8 years ago
David 92d8ad3770 Implement VI ConvertScalingMode (#1475) 8 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 8 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 8 years ago
Lioncash 90f8474fc1 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 8 years ago
Zach Hilman 5737441374 aoc: Read DLC base title ID from RegisteredCache 8 years ago
David Marcec 92fae7e1ab Stop all threads on svcBreak 8 years ago
Zach Hilman 7e2096db8a aoc: Return size in ListAddOnContent 8 years ago
Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo 8 years ago
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 8 years ago
Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object 8 years ago
Lioncash b492d43e63 thread: Remove unnecessary memset from ResetThreadContext() 8 years ago
David Marcec 4d2de6564f Returned an error before processing other remaps 8 years ago
David Marcec c55b5de0fb Made the minimum alignment more clear 8 years ago
Lioncash 4ccf30dfaa svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory 8 years ago
David Marcec 98b760c645 Wip 8 years ago
David Marcec 85b0d9a7be Dynamically decide handheld variant based on supported npad id priority 8 years ago
David Marcec c7763603ef Added error codes for nvmap 8 years ago
David Marcec 5dd538cace Passing an invalid nmap handle to Remap should throw an error 8 years ago
bunnei bf795edac4 nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. 8 years ago
David Marcec fa10905e1e HwOpus, Implemented DecodeInterleavedWithPerformance 8 years ago