7345 Commits (1f18fbf6a3001c5dc15ee8a0b520c90bc1d9a2d4)

Author SHA1 Message Date
Zach Hilman 583ab4bb0a fsp_srv: Implement IStorage::GetSize 8 years ago
Lioncash b842baf5eb service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 8 years ago
Zach Hilman 7a809f935c applets: Correct usage of SignalStateChanged event 8 years ago
Lioncash bfb412a71a vm_manager: Make vma_map private 8 years ago
Lioncash 33a9fa9aea hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 8 years ago
Lioncash 7dd574a3a1 hle/service: Remove unnecessary using declarations 8 years ago
Lioncash 129d373b58 hle/service, hle/sm: Compress usages of MakeResult() 8 years ago
Lioncash e3fdcaadc1 hle/service, hle/sm: Use structured bindings where applicable 8 years ago
Lioncash f75d6b7dd1 kernel/process: Set ideal core from metadata 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 adb047e6fa am: Use ProfileSelect applet 8 years ago
Zach Hilman 52631b7066 applets: Implement ProfileSelect applet 8 years ago
Zach Hilman 33159fdb9b software_keyboard: Signal state changed event upon construction 8 years ago
Zach Hilman a22a4992e8 aoc_u: Obey disabled add-ons list when listing DLC 8 years ago
David Marcec 3324bc7da5 Moved backtrace to ArmInterface 8 years ago
David Marcec a305208a35 Print backtrace on svcBreak 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 de9051633c filesystem: De-globalize registered_cache_union 8 years ago
Lioncash cd9570ce0d Fix debug build 8 years ago
Lioncash 9c56be6af9 service/fsp_srv: Implement CleanDirectoryRecursively 8 years ago
Subv b0ec648f85 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 8 years ago
Lioncash 8f52802f2b service/set: Convert GetLanguageCode over to using PushEnum() 8 years ago
Lioncash 1e5d6c1b99 service/set: Implement MakeLanguageCode 8 years ago
Zach Hilman c011ba51b7 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 8 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 8 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 8 years ago
Zach Hilman c03864f7c3 hle_ipc: Use event pair for SleepClientThread 8 years ago