5748 Commits (2db5076ec9abab880ea2cc363f4e5e93c528d801)

Author SHA1 Message Date
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
Lioncash 72e9cb523e svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory 8 years ago
David Marcec 9e924f2ef2 Added BeginPermitVibrationSession and EndPermitVibrationSession 8 years ago
David Marcec 3d75c9cd7a Added GetLedPattern and HandheldVariant 8 years ago
Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process 8 years ago
David Marcec 46cdeb4549 Kirby expects handheld controllers to be at position 8 8 years ago
David Marcec f43815af5d Added the ability to "disconnect" individual npads 8 years ago
David Marcec b79c294c02 Removed unneeded forward declarations 8 years ago
David Marcec 5857aea94e Addressed changes for better hid 8 years ago
David Marcec 56f35ab262 "Better Hid" rework part 1 8 years ago
David Marcec 2db37ddea9 Changed all casts in svc_wrap.h to be static_cast instead 8 years ago
David Marcec 09b6dda8f0 Use a better name than "dont_kill_application" 8 years ago
David Marcec a4412c8e22 Fixed incorrect types for svcBreak 8 years ago
David Marcec f5631e78d1 Added bitfield instead of manually checking if the bit is set 8 years ago