7087 Commits (940a71422e18b6305556d0efc2588a90f156ae04)

Author SHA1 Message Date
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
David Marcec af3ba94b2a Actual kill execution when the bit isn't set, not the other way around 8 years ago
David Marcec c50f66a8eb svcBreak, Signalling to the debugger should not kill execution 8 years ago
David Marcec c5c184246d Unmapping an unmapped buffer should succeed 8 years ago
David Marcec fa3f3cd07f Fixed assertion due to CountAddOnContent 8 years ago
David Marcec 612ce89eca Added forward define for ServerPort 8 years ago
David Marcec f84b9ed4e8 Ported #4296 from citra 8 years ago
Lioncash 6ddf8f34db
kernel/mutex: Amend behavior of TransferMutexOwnership() 8 years ago
balika011 1a5d6de0d4 thread: Make the scheduler pointer a regular pointer 8 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 8 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 8 years ago
Zach Hilman 9aaf1c0df8 aoc_u: Fix edge case with DLC that causes breaks 8 years ago
Lioncash cba78dc70a services/fsp_srv: Amend service function table 8 years ago
Lioncash d80dd2b812 service/lbl: Update service function table 8 years ago
Zach Hilman f72046099a aoc_u: Extract AccumulateAOCTitleIDs to separate function 8 years ago
Zach Hilman 7d86a008e2 aoc_u: Implement GetAddOnContentBaseId 8 years ago
Zach Hilman 62225ae050 aoc_u: Implement Count, List and Prepare AddOnContent 8 years ago
Lioncash 541c550753 kernel/svc: Implement svcGetThreadContext() 8 years ago
Lioncash dccfe193a9 kernel/process: Add a data member to determine if a process is 64-bit or not. 8 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 8 years ago
raven02 4092907687 Implement ISystemDisplayService::GetDisplayMode 8 years ago
Lioncash f4c24d0832 kernel/object: Remove unnecessary std::move from DynamicObjectCast() 8 years ago
Lioncash e42bb5e003 service: Add missing headers inclusions where applicable 8 years ago
Lioncash a58eefa7e4 kernel/scheduler: Take ARM_Interface instance by reference in the constructor 8 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 8 years ago
Lioncash 6c6f95d071 svc: Report correct memory-related values within some of the cases in svcGetInfo() 8 years ago
Lioncash 7fd598636e memory: Dehardcode the use of a 36-bit address space 8 years ago
Lioncash 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
David 367c52ff0d Implemented fatal:u properly (#1347) 8 years ago
David 2513e086ab Stubbed IRS (#1349) 8 years ago
Lioncash 2f6a611311 stream: Preserve enum class type in GetState() 8 years ago
tech4me d42424ace0 svc: Updated svc names 8 years ago
David Marcec c461188f51 Added audren:u#GetAudioRendererState 8 years ago
Zach Hilman 940a711caf filesystem: Add LayeredFS VFS directory getter 8 years ago
Lioncash 48b2eda492 svc: Move most process termination code to its own function within Process 8 years ago
Lioncash acfc801d14 thread/process: Move TLS slot marking/freeing to the process class 8 years ago
David Marcec b918925bd5 Revert GetRequestState 8 years ago
Lioncash 05aa4aa01a kernel/thread: Use owner_process when setting the page table in SetupMainThread() 8 years ago