5031 Commits (1d11def9c46dc9c81af01bc55052b51e8028126e)

Author SHA1 Message Date
David 87eca5b209 Fixed priority switching edge case for handheld (#1675) 7 years ago
Zach Hilman 4838bc8ddc fsp_srv: Add support for using open source archive if not found in NAND 7 years ago
Zach Hilman 6aa69880ea file_sys: Add framework for synthesizing open source archives 7 years ago
Zach Hilman 34cd56980f vfs_vector: Add VFS backend for std::array 7 years ago
Zach Hilman 8cb2e7d881 csrng: Use random integer distribution instead of raw engine 7 years ago
Zach Hilman c0a9abc3e1 ldr_ro: Implement UnloadNro (command 1) 7 years ago
Zach Hilman 056fa43dcd ldr_ro: Fully Implement LoadNro (command 0) 7 years ago
Zach Hilman 5e8e7b6019 ldr_ro: Implement UnloadNrr (command 3) 7 years ago
Zach Hilman 6cd504feb9 ldr_ro: Fully implement LoadNrr (command 2) 7 years ago
Zach Hilman 0276761a1e process: Make MirrorMemory take state to map new memory as 7 years ago
Zach Hilman 8aa17f0480 pl_u: Resize buffers in shared font data getter to what game requests 7 years ago
Lioncash cd47af8af0 service/acc: Correct error case within TrySelectUserWithoutInteraction() 7 years ago
Lioncash 9761936e02 profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile() 7 years ago
Lioncash 1af13e0802 profile_manager: Move UUID Format function definitions into the cpp file 7 years ago
Lioncash b4f63db04e nfp: Correct erroneous sizeof expression within GetTagInfo() 7 years ago
Lioncash 3619b31fc0 service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate 7 years ago
Lioncash fcde356f15 hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate() 7 years ago
Lioncash 958fa15a4c service: Mark MakeFunctionString with the [[maybe_unused]] attribute. 7 years ago
Lioncash f9db75fe40 kernel/thread: Deduplicate scheduler switching code 7 years ago
Lioncash 454cf1dc09 hle/audren_u: Implement Get/SetRenderingTimeLimit 7 years ago
Lioncash 004277477a vm_manager: Unstub GetTotalHeapUsage() 7 years ago
Lioncash b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 7 years ago
Zach Hilman ab552e4a25 svc: Use proper random entropy generation algorithm 7 years ago
Hedges af42320021 GDBStub improvements: 7 years ago
Zach Hilman cb1e63ef09 svc: Return random seed for svcGetInfo RandomEntropy 7 years ago
Zach Hilman 2a16fd7ffc settings: Add config option to set RNG seed 7 years ago
Zach Hilman 4b4f883aef csrng: Use std::mt19937 engine for random number generation 7 years ago
David Marcec 48cd61d9c8 Added maybe_unused 7 years ago
David Marcec ddc242dd51 Added ToPosixTime & ToPosixTimeWithMyRule 7 years ago
David Marcec 84c6134264 Added consts and static 7 years ago
David Marcec 4f78f5c0df Implement GetClockSnapshot 7 years ago
David 581406af18 svcBreak now dumps information from the debug buffer passed (#1646) 7 years ago
David Marcec a9c25ab9e4 Updated npad styles on holdtype switches 7 years ago
David Marcec fd1ef25257 Fixups 7 years ago
David Marcec 41e99d8880 Ability to switch between docked and undocked mode in-game 7 years ago
David Marcec ad45d68871 fixed spelling error 7 years ago
David Marcec 49cb4fa37b Added missing log 7 years ago
David Marcec 92fcc6d15a Implement acc:TrySelectUserWithoutInteraction 7 years ago
Frederic Laing d34d0bfc87 configure_system: Fix compiler warning 7 years ago
Frederic Laing ba2cdcdc5a Implement SetMemoryPermission 7 years ago
Frederic Laing 1c4365d928 Fix typo in BufferTransformFlags 7 years ago
Zach Hilman 0080a8da58 sm: Implement RegisterService and UnregisterService 7 years ago
Frederic Laing ab7472345b Stubbed SetMemoryPermission 7 years ago
David Marcec 03c26d3406 Fixed incorrect hwopus assert 7 years ago
David Marcec 0bc323bafb Fixed HID crash when launching more than 1 game & signaled syleset change event 7 years ago
Zach Hilman 8f183a47dd filesystem: Cache RegisteredCacheUnion instead of constructing on demand 7 years ago
Zach Hilman 97d425c304 file_sys: Use common KeyManager in NCA container types 7 years ago
Zach Hilman e20db909ee content_archive: Add optional KeyManager parameter to constructor 7 years ago
Lioncash a6830e61b8 configure_system: Contrain profile usernames to 32 characters 7 years ago
Lioncash 9b9c586dff service/usb: Update IPdSession's function table 7 years ago