4820 Commits (d8625f5544dd0caba80d9ba0be51d0ba96414ae2)

Author SHA1 Message Date
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
heapo ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. 7 years ago
Lioncash 8ea1f28614 kernel/svc: Remove unused header inclusion 7 years ago
Lioncash a543c35962 kernel/svc: Implement svcSignalEvent() 7 years ago
Lioncash 2a1f59b301 kernel/svc: Implement svcCreateEvent() 7 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Lioncash ac966e4213 kernel/handle_table: Amend reference to CTR-OS in Create() 7 years ago
Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
V.Kalyuzhny b330b495dc [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments 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 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
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
Lioncash 1d6399c222 svc: Implement svcGetResourceLimitLimitValue() 7 years ago
Lioncash 4ef2af8c98 svc: Implement svcCreateResourceLimit() 7 years ago
David Marcec cc4521fc70 Added comment on Main memory size for more clarity 7 years ago
David Marcec f058de337e Made svcSetHeapSize and svcCreateSharedMemory more readable 7 years ago
David Marcec f271316822 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
Lioncash 474c745502 gdbstub: Silence value truncation warning within FpuWrite() 7 years ago