4643 Commits (1279c7ce7afd3d1bf2b4e33aa922158acf2cd060)

Author SHA1 Message Date
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
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