5748 Commits (2db5076ec9abab880ea2cc363f4e5e93c528d801)

Author SHA1 Message Date
Zach Hilman 5e632caca5 fsp_srv: Implement IStorage::GetSize 7 years ago
Lioncash f3a555a484 service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 8 years ago
Zach Hilman 0d2ba2ca4c applets: Correct usage of SignalStateChanged event 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 8 years ago
Lioncash 24f051d723 hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 8 years ago
Lioncash 9f56477539 hle/service: Remove unnecessary using declarations 8 years ago
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 8 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 8 years ago
Lioncash 547eecf119 kernel/process: Set ideal core from metadata 8 years ago
Lioncash 7c9b194d63 service/ldr: Deduplicate instruction cache clearing code in LoadNro() 8 years ago
Lioncash 05a6f1f676 service/ldr: Amend layout of the NRO header 8 years ago
Lioncash 817fb18e30 service/ldr: Corrent padding within the NRR header layout 8 years ago
Zach Hilman e6f7825a24 svc: Avoid incorrect fast yield condition 8 years ago
Lioncash 2f253986df kernel/svc: Correct behavior of svcResetSignal() 8 years ago
Lioncash c7462ce712 kernel/process: Make Process a WaitObject 8 years ago
Lioncash a3aa7aaf0b kernel/readable_event: Add member function for enforcing a strict reset contract 8 years ago
Lioncash 8ea1f28614 kernel/svc: Remove unused header inclusion 8 years ago
Lioncash a543c35962 kernel/svc: Implement svcSignalEvent() 8 years ago
Lioncash 2a1f59b301 kernel/svc: Implement svcCreateEvent() 8 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 8 years ago
Lioncash ac966e4213 kernel/handle_table: Amend reference to CTR-OS in Create() 8 years ago
Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option 8 years ago
Luke Street 3e75175d02 svc: Implement SetThreadActivity (thread suspension) 8 years ago
V.Kalyuzhny b330b495dc [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments 8 years ago
Zach Hilman ddf5903cd9 scheduler: Avoid manual Reschedule call 8 years ago
Zach Hilman b5af41a07b scheduler: Only work steal higher priority threads from other cores 8 years ago
Zach Hilman e11e65b3d6 applets: Correct event ResetTypes from OneShot to Sticky 8 years ago
Zach Hilman 60b59d554d am: Use ProfileSelect applet 8 years ago
Zach Hilman 4fb59fdfe1 applets: Implement ProfileSelect applet 8 years ago
Zach Hilman 877b31b33e software_keyboard: Signal state changed event upon construction 8 years ago
Zach Hilman 51483d83bb aoc_u: Obey disabled add-ons list when listing DLC 8 years ago
David Marcec 5102c91256 Moved backtrace to ArmInterface 8 years ago
David Marcec 7149332712 Print backtrace on svcBreak 8 years ago
Lioncash 6306e54f45 service/usb: Update function table 8 years ago
Lioncash f933b3370e service/erpt: Update function table 8 years ago
David Marcec a9223c8182 Fixed crash with SetNpadMode 8 years ago
Lioncash 7fe27de26e svc: Use the current process' handle table for retrieving the process instance to act upon 8 years ago
Lioncash 6712e7402c svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories 8 years ago
Zach Hilman 3476830b26 svc: Avoid performance-degrading unnecessary reschedule 8 years ago
Lioncash 57ac068a23 service/audio/audout_u: Amend constructor initialization list order 8 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 8 years ago
Lioncash e88cdcc912 Fix debug build 8 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 8 years ago
Subv 583bd20f02 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 8 years ago
Lioncash 308bbba8b9 service/set: Convert GetLanguageCode over to using PushEnum() 8 years ago
Lioncash 7c04fe22b4 service/set: Implement MakeLanguageCode 8 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 8 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 8 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 8 years ago
Zach Hilman a56fc84e7a hle_ipc: Use event pair for SleepClientThread 8 years ago