3903 Commits (bb3d5c700b4e6afa74f957ca543fc2f75e3185c0)

Author SHA1 Message Date
David Marcec 1b21fca8d6 Added assertion failed, reworked logging levels 7 years ago
David Marcec 8363276d6e Added break types to svcBreak 7 years ago
Zach Hilman 157368b56b psm: Stub GetChargerType 7 years ago
Lioncash da95baa5de service: Add the basic skeleton for the NPNS services 7 years ago
Lioncash 633b95adce hid: Update service function table for hidbus 7 years ago
Lioncash aa09b18f97 am: Add the basic skeleton for the tcap service 7 years ago
Lioncash 85df255cd1 am: Update service function tables 7 years ago
Lioncash f8220c84fc prepo: Update service function table. 7 years ago
Lioncash 4c7235b008 lbl: Update service function table names 7 years ago
Zach Hilman 1180af1627 psm: Stub GetBatteryChargePercentage 7 years ago
Zach Hilman e37e15fd1e service: Add skeleton for psm service 7 years ago
Lioncash e13c95fbe5 kernel/process: Make the handle table per-process 7 years ago
Lioncash 3c47ef0927 svc: Fix vma boundary check in svcQueryMemory 7 years ago
David Marcec d4034559b1 Added auto controller switching to supported controllers and single joycon button rotation 7 years ago
Zach Hilman 50ee6b4082 aoc_u: Stub GetAddOnContentListChangedEvent 7 years ago
David Marcec 69140470d7 Stubbed home blocking 7 years ago
Lioncash 72461fb8f4 es: Update service function tables 7 years ago
Lioncash b35b5073aa audio: Update service function tables 7 years ago
Lioncash 9fc0851d40 omm: Update service function tables 7 years ago
Lioncash 668ab6ec8b nifm: Update service function tables 7 years ago
Lioncash 9abf6af0f1 hid: Update service function tables 7 years ago
Lioncash 48c8e17b99 nim: Add the basic skeleton of the nim:eca service 7 years ago
Lioncash f6aee09f02 ns: Update service function table 7 years ago
Lioncash 3294204b2a set_cal: Update service function table 7 years ago
Lioncash c015a42cc2 svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock 7 years ago
Lioncash 7784a1ca44 common: Move Is4KBAligned() to alignment.h 7 years ago
David Marcec 9aa32c18b6 Used better names for mm:u and fixed bad stub 7 years ago
Lioncash 489f59e45f svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 7 years ago
Lioncash 374ea27a8b hid/controller: Remove unused header inclusions 7 years ago
Lioncash ca3d440f78 hid/controller/npad: Remove unused dump_idx member variable 7 years ago
Lioncash 72aa1f10f6 hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor 7 years ago
Lioncash 5583e4f15d hid/controller/npad: Remove #pragma once from the cpp file 7 years ago
Lioncash fd85f5b847 hid/controller/npad: Move npad_id_list into the cpp file 7 years ago
Lioncash 9338428f43 hid/controller/npad: Remove unnecessary const from void return type 7 years ago
Lioncash f864e487b9 hid/controller: Default the destructors of all controller types in the cpp file 7 years ago
Lioncash 6f8f5f1d0a controller_base: Default the base class constructor and destructor in the cpp file 7 years ago
David Marcec 128f14d60e Using dual joycons as the default controller 7 years ago
Zach Hilman b36874c0b7 fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId 7 years ago
David e160ae78c8 Implement VI ConvertScalingMode (#1475) 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash 94a82d0966 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 7 years ago
Zach Hilman a9af7113be aoc: Read DLC base title ID from RegisteredCache 7 years ago
David Marcec e2901a4e1c Stop all threads on svcBreak 7 years ago
Zach Hilman d5e666d21c aoc: Return size in ListAddOnContent 7 years ago
Lioncash ddf344c119 svc: Implement svcGetProcessInfo 7 years ago
Lioncash c4f04533d9 filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash d1c7aa8c6c kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Lioncash b4690a33c0 thread: Remove unnecessary memset from ResetThreadContext() 7 years ago
David Marcec 4055e0555d Returned an error before processing other remaps 7 years ago