3731 Commits (82d43a3554bedde0afaf5c36be283c3f2075c0b2)

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