3109 Commits (f49f3e509f8e8709976b8e2c75c4cfd31bede731)

Author SHA1 Message Date
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
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
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 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
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
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
Lioncash e784b733d9 am/applets: Relocate comments above the relevant data member in AppletDataBroker 7 years ago
Lioncash fa7a76d1e0 kernel/resource_limit: Clean up interface 7 years ago
Lioncash 5508ceb0eb lm: Implement SetDestination by doing nothing 7 years ago
Zach Hilman a52a226ded software_keyboard: Fix erroneous extra PushNormalData 7 years ago
Zach Hilman 3b90729c00 software_keyboard: Return correct result code on user cancel operation 7 years ago
Zach Hilman 0660384309 applet: Add AppletDataBroker to manage HLE to AM service interaction 7 years ago
Zach Hilman 0e6547f499 software_keyboard: Use correct offset for inital text string 7 years ago
Lioncash 0067bc137f kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer 7 years ago
Lioncash a356495312 kernel/shared_memory: Add a const qualified member function overload for GetPointer() 7 years ago
Lioncash ee329d2bdf kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet 7 years ago
Lioncash 5833b84689 kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 7 years ago
Lioncash d997cf19e0 kernel/shared_memory: Make data members private 7 years ago
Lioncash 93babd2c2f ldr: Clean up error codes 7 years ago
Zach Hilman b1c19bc88f svc: Implement yield types 0 and -1 7 years ago
Zach Hilman 51e18706a9 filesystem: Clear registered union paths on factory creation 7 years ago
Zach Hilman 2d8a5a4e9b hid: Use player-defined controller type as PREFERRED_CONTROLLER 7 years ago
Zach Hilman 8e4125d25f hid/npad: Update NPad to use player controller bindings and type 7 years ago
Zach Hilman 651d96479a hid/touchscreen: Update Touchscreen to use advanced parameters 7 years ago
Zach Hilman 1abee80ce3 hid: Add controller bindings for Mouse controller 7 years ago