10712 Commits (4bbde3e5ecb03db5d0abfd9157f527d749cefbab)

Author SHA1 Message Date
Lioncash f75d6b7dd1 kernel/process: Set ideal core from metadata 8 years ago
Lioncash 4d5bca8e2d ng_word: Deduplicate use of a constant value 8 years ago
Lioncash 79627baf05 system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 8 years ago
Lioncash 5b9f1fed1d service/ldr: Deduplicate instruction cache clearing code in LoadNro() 8 years ago
Lioncash 2e01f8fdcd service/ldr: Amend layout of the NRO header 8 years ago
Lioncash 361c5982f2 service/ldr: Corrent padding within the NRR header layout 8 years ago
Zach Hilman b0b7bc2866 svc: Avoid incorrect fast yield condition 8 years ago
Lioncash 1c6729c361 kernel/svc: Correct behavior of svcResetSignal() 8 years ago
Lioncash a007480e6f kernel/process: Make Process a WaitObject 8 years ago
Lioncash b87b5e101a kernel/readable_event: Add member function for enforcing a strict reset contract 8 years ago
Lioncash 42256624f9 kernel/svc: Remove unused header inclusion 8 years ago
Lioncash 98342ed109 kernel/svc: Implement svcSignalEvent() 8 years ago
Lioncash 3db51801b4 kernel/svc: Implement svcCreateEvent() 8 years ago
Lioncash 59a4ed0d24 kernel/object: Amend handle types to distinguish between readable and writable events 8 years ago
Lioncash a5925f8407 kernel/handle_table: Amend reference to CTR-OS in Create() 8 years ago
Lioncash 676c46cc81 kernel/svc: Implement the resource limit svcGetInfo option 8 years ago
Luke Street 0652d95dab svc: Implement SetThreadActivity (thread suspension) 8 years ago
V.Kalyuzhny cbbcdfc25d [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments 8 years ago
Zach Hilman 0ac4caaa54 scheduler: Avoid manual Reschedule call 8 years ago
Zach Hilman 5d50fa0824 scheduler: Only work steal higher priority threads from other cores 8 years ago
Zach Hilman b999d2df45 applets: Correct event ResetTypes from OneShot to Sticky 8 years ago
Zach Hilman b8da98046e qt: Implement GUI dialog frontend for ProfileSelector 8 years ago
Zach Hilman adb047e6fa am: Use ProfileSelect applet 8 years ago
Zach Hilman 52631b7066 applets: Implement ProfileSelect applet 8 years ago
Zach Hilman eea28c76f1 core: Add getter/setter for ProfileSelector in System 8 years ago
Zach Hilman 3e2f2bc839 frontend: Add frontend applet for ProfileSelect 8 years ago
Zach Hilman 33159fdb9b software_keyboard: Signal state changed event upon construction 8 years ago
Zach Hilman 51bfd3864f loader: Add support for reading the name of game's developer 8 years ago
Zach Hilman a22a4992e8 aoc_u: Obey disabled add-ons list when listing DLC 8 years ago
Zach Hilman 1c3bade698 patch_manager: Obey disabled add-ons list when patching game 8 years ago
Zach Hilman 965eade4d5 core: Make GetGameFileFromPath function externally accessible 8 years ago
Zach Hilman 1cff2a3779 settings: Store list of disabled add-ons per title ID 8 years ago
David Marcec 3324bc7da5 Moved backtrace to ArmInterface 8 years ago
David Marcec a305208a35 Print backtrace on svcBreak 8 years ago
Lioncash c11074738d loader/nso: Remove dependency on the System class 8 years ago
Lioncash 2148254d09 loader/nro: Make the static LoadNro function internally linked 8 years ago
Lioncash 1207174abb file_sys/directory: Amend path buffer size for directory entries 8 years ago
Lioncash d61df4137e loader/nro: Remove dependency on the System class 8 years ago
Lioncash fe28aee74d service/usb: Update function table 8 years ago
Lioncash 0b467c5de0 service/erpt: Update function table 8 years ago
David Marcec 3a8283f0ed Fixed crash with SetNpadMode 8 years ago
Lioncash 9a1400b30d svc: Use the current process' handle table for retrieving the process instance to act upon 8 years ago
Lioncash a3ecd8177f svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories 8 years ago
Zach Hilman 9caabad517 svc: Avoid performance-degrading unnecessary reschedule 8 years ago
Lioncash ce67a308aa service/audio/audout_u: Amend constructor initialization list order 8 years ago
Lioncash 24480be3da file_sys/registered_cache: Eliminate variable shadowing 8 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 8 years ago
Lioncash 0a55663c74 crypto/key_manager: Remove unused variable in GetTicketblob() 8 years ago
Lioncash cd9570ce0d Fix debug build 8 years ago
Lioncash 7a47740f52 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 8 years ago