5031 Commits (1d11def9c46dc9c81af01bc55052b51e8028126e)

Author SHA1 Message Date
Zach Hilman e11e65b3d6 applets: Correct event ResetTypes from OneShot to Sticky 7 years ago
Zach Hilman bf90f2402d qt: Implement GUI dialog frontend for ProfileSelector 7 years ago
Zach Hilman 60b59d554d am: Use ProfileSelect applet 7 years ago
Zach Hilman 4fb59fdfe1 applets: Implement ProfileSelect applet 7 years ago
Zach Hilman 58fd0a1c50 core: Add getter/setter for ProfileSelector in System 7 years ago
Zach Hilman d17f38494b frontend: Add frontend applet for ProfileSelect 7 years ago
Zach Hilman 877b31b33e software_keyboard: Signal state changed event upon construction 7 years ago
Zach Hilman 5f0217592b loader: Add support for reading the name of game's developer 7 years ago
Zach Hilman 51483d83bb aoc_u: Obey disabled add-ons list when listing DLC 7 years ago
Zach Hilman 0cea05cdf7 patch_manager: Obey disabled add-ons list when patching game 7 years ago
Zach Hilman c7b41ade74 core: Make GetGameFileFromPath function externally accessible 7 years ago
Zach Hilman 282b7e902c settings: Store list of disabled add-ons per title ID 7 years ago
David Marcec 5102c91256 Moved backtrace to ArmInterface 7 years ago
David Marcec 7149332712 Print backtrace on svcBreak 7 years ago
Lioncash 7695febfa1 loader/nso: Remove dependency on the System class 7 years ago
Lioncash fc32d6256a loader/nro: Make the static LoadNro function internally linked 7 years ago
Lioncash 7e2467e695 file_sys/directory: Amend path buffer size for directory entries 7 years ago
Lioncash b110d2176c loader/nro: Remove dependency on the System class 7 years ago
Lioncash 6306e54f45 service/usb: Update function table 7 years ago
Lioncash f933b3370e service/erpt: Update function table 7 years ago
David Marcec a9223c8182 Fixed crash with SetNpadMode 7 years ago
Lioncash 7fe27de26e svc: Use the current process' handle table for retrieving the process instance to act upon 7 years ago
Lioncash 6712e7402c svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories 7 years ago
Zach Hilman 3476830b26 svc: Avoid performance-degrading unnecessary reschedule 7 years ago
Lioncash 57ac068a23 service/audio/audout_u: Amend constructor initialization list order 7 years ago
Lioncash efbcff0af0 file_sys/registered_cache: Eliminate variable shadowing 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash a8aca4306d crypto/key_manager: Remove unused variable in GetTicketblob() 7 years ago
Lioncash e88cdcc912 Fix debug build 7 years ago
Lioncash 0ccaaafca3 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Subv 583bd20f02 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 7 years ago
Lioncash 308bbba8b9 service/set: Convert GetLanguageCode over to using PushEnum() 7 years ago
Lioncash 7c04fe22b4 service/set: Implement MakeLanguageCode 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Zach Hilman a56fc84e7a hle_ipc: Use event pair for SleepClientThread 7 years ago
Zach Hilman c61d2a2841 kernel: Add named event table 7 years ago
Zach Hilman c713383816 kernel: Divide Event into ReadableEvent and WritableEvent 7 years ago
Zach Hilman d92989e787 kernel/object: Add descriptions to ResetTypes 7 years ago
Zach Hilman 299224790c npad: Use NPadIdToIndex to prevent invalid array access 7 years ago
bunnei ac74b71d75 dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
Zach Hilman 6df74ff579 npad: Fix copy/paste error with LED position assignments 7 years ago
Lioncash 7b1aaaa069 file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Lioncash d4e3d567ce control_metadata: Correct typo in language name (Portugese -> Portuguese) 7 years ago
bunnei abea6fa90c gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
Lioncash 5905162e36 svc: Implement svcSetResourceLimitLimitValue() 7 years ago
Lioncash eb5596044d svc: Implement svcGetResourceLimitCurrentValue() 7 years ago