5030 Commits (69884d8a8f39b6a7614ccf8e4e6f7e8cefbdb5af)

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