4993 Commits (0bde2e5fc1607687a8bcff3db45a6412e62cc77a)

Author SHA1 Message Date
Lioncash 1e5d6c1b99 service/set: Implement MakeLanguageCode 7 years ago
Zach Hilman c011ba51b7 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Zach Hilman c03864f7c3 hle_ipc: Use event pair for SleepClientThread 7 years ago
Zach Hilman bc1d399d7a kernel: Add named event table 7 years ago
Zach Hilman 7d3971d33c kernel: Divide Event into ReadableEvent and WritableEvent 7 years ago
Zach Hilman 9a5f8bbc2d kernel/object: Add descriptions to ResetTypes 7 years ago
Zach Hilman b6d31945d6 npad: Use NPadIdToIndex to prevent invalid array access 7 years ago
bunnei a86364480f dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
Zach Hilman 3e65259ab1 npad: Fix copy/paste error with LED position assignments 7 years ago
Lioncash 0e9f6039fe file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash e83ede49f2 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Lioncash 455e66c08b control_metadata: Correct typo in language name (Portugese -> Portuguese) 7 years ago
bunnei f8b215e361 gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
Lioncash 3d26167fe4 svc: Implement svcSetResourceLimitLimitValue() 7 years ago
Lioncash 43f1204b18 svc: Implement svcGetResourceLimitCurrentValue() 7 years ago
Lioncash ee59c47a59 svc: Implement svcGetResourceLimitLimitValue() 7 years ago
Lioncash 931ac0359b svc: Implement svcCreateResourceLimit() 7 years ago
David Marcec 07ed10a53e Added comment on Main memory size for more clarity 7 years ago
David Marcec 2097ef79e3 Made svcSetHeapSize and svcCreateSharedMemory more readable 7 years ago
David Marcec 67518a57b9 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
Lioncash 2176b2986f gdbstub: Silence value truncation warning within FpuWrite() 7 years ago
Zach Hilman 14ad676994 profile_manager: Save and load ProfileData from disk 7 years ago
David Marcec 775267deb9 Fixed hwopus compile error 7 years ago
David Marcec 7caebd7e0e Improved error messages in AM, HwOpus and NvMap 7 years ago
David Marcec 224dcaf1a5 Improved error messages for SVCs 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Luke Street 7d5b774d8a svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo 7 years ago
Lioncash ecfdfae795 service/sm: Take std::string by const reference in UnregisterService 7 years ago
bunnei 6b564d4275 nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. 7 years ago
Zach Hilman de323f7dc6 file_sys: Implement system archive synthesizer for NgWord (806) 7 years ago
Zach Hilman 1bf2d163e3 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago
Zach Hilman e66f2db880 debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 7 years ago
Lioncash 7128bf879f core: Relocate CPU core management to its own class 7 years ago
bunnei 985ee6c596 audout_u: Add support for multiple IAudioOut streams. 7 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Zach Hilman 9217befd9f applets: Add StubApplet 7 years ago
Lioncash f1a863e583 kernel/handle_table: Move private static functions into the cpp file 7 years ago
Lioncash 6fac9e5b31 kernel/handle_table: Restrict handle table size to 1024 entries 7 years ago
Lioncash 6c9a6a08ee kernel/handle_table: Default destructor in the cpp file 7 years ago
bunnei a9b2d1bb73 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 7 years ago
Lioncash 4bf9e0d35d am: Correct build failure 7 years ago
Zach Hilman 9192141822 patch_manager: Show LayeredExeFS patch in add-ons column 7 years ago
Lioncash 843a440afc file_sys/card_image: Provide named members for the GamecardInfo struct 7 years ago
Zach Hilman 67e33e8866 patch_manager: Apply LayeredExeFS patches 7 years ago
Zach Hilman df1c902e44 settings: Add option to dump ExeFS of games upon launch 7 years ago
Lioncash 7bdf580058 kernel/process: Move <random> include to the cpp file 7 years ago
Lioncash 323618c33b am/applets: Make the applet data broker part of the applet itself. 7 years ago
Lioncash 646c9eeca5 am/applets: Replace includes with forward declarations where applicable 7 years ago