6437 Commits (4aa69a35d92feeba1043b6c7da24205eecf45ca7)

Author SHA1 Message Date
David Marcec 775267deb9 Fixed hwopus compile error 8 years ago
David Marcec 7caebd7e0e Improved error messages in AM, HwOpus and NvMap 8 years ago
David Marcec 224dcaf1a5 Improved error messages for SVCs 8 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 8 years ago
Luke Street 7d5b774d8a svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo 8 years ago
Lioncash ecfdfae795 service/sm: Take std::string by const reference in UnregisterService 8 years ago
bunnei 6b564d4275 nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. 8 years ago
Zach Hilman de323f7dc6 file_sys: Implement system archive synthesizer for NgWord (806) 8 years ago
Zach Hilman 1bf2d163e3 am: Return StubApplet instead of nullptr when AppletId not found 8 years ago
Zach Hilman e66f2db880 debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 8 years ago
Lioncash 7128bf879f core: Relocate CPU core management to its own class 8 years ago
bunnei 985ee6c596 audout_u: Add support for multiple IAudioOut streams. 8 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 8 years ago
Zach Hilman 9217befd9f applets: Add StubApplet 8 years ago
Lioncash f1a863e583 kernel/handle_table: Move private static functions into the cpp file 8 years ago
Lioncash 6fac9e5b31 kernel/handle_table: Restrict handle table size to 1024 entries 8 years ago
Lioncash 6c9a6a08ee kernel/handle_table: Default destructor in the cpp file 8 years ago
bunnei a9b2d1bb73 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 8 years ago
Lioncash 4bf9e0d35d am: Correct build failure 8 years ago
Zach Hilman 9192141822 patch_manager: Show LayeredExeFS patch in add-ons column 8 years ago
Lioncash 843a440afc file_sys/card_image: Provide named members for the GamecardInfo struct 8 years ago
Zach Hilman 67e33e8866 patch_manager: Apply LayeredExeFS patches 8 years ago
Zach Hilman df1c902e44 settings: Add option to dump ExeFS of games upon launch 8 years ago
Lioncash 7bdf580058 kernel/process: Move <random> include to the cpp file 8 years ago
Lioncash 323618c33b am/applets: Make the applet data broker part of the applet itself. 8 years ago
Lioncash 646c9eeca5 am/applets: Replace includes with forward declarations where applicable 8 years ago
Lioncash e784b733d9 am/applets: Relocate comments above the relevant data member in AppletDataBroker 8 years ago
Lioncash fa7a76d1e0 kernel/resource_limit: Clean up interface 8 years ago
Lioncash 5508ceb0eb lm: Implement SetDestination by doing nothing 8 years ago
Zach Hilman a52a226ded software_keyboard: Fix erroneous extra PushNormalData 8 years ago
Zach Hilman 3b90729c00 software_keyboard: Return correct result code on user cancel operation 8 years ago
Zach Hilman 0660384309 applet: Add AppletDataBroker to manage HLE to AM service interaction 8 years ago
Zach Hilman 0e6547f499 software_keyboard: Use correct offset for inital text string 8 years ago
Lioncash 0067bc137f kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer 8 years ago
Lioncash a356495312 kernel/shared_memory: Add a const qualified member function overload for GetPointer() 8 years ago
Lioncash ee329d2bdf kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet 8 years ago
Lioncash 5833b84689 kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 8 years ago
Lioncash d997cf19e0 kernel/shared_memory: Make data members private 8 years ago
Lioncash 93babd2c2f ldr: Clean up error codes 8 years ago
Zach Hilman b1c19bc88f svc: Implement yield types 0 and -1 8 years ago
Zach Hilman 51e18706a9 filesystem: Clear registered union paths on factory creation 8 years ago
Zach Hilman 2d8a5a4e9b hid: Use player-defined controller type as PREFERRED_CONTROLLER 8 years ago
Zach Hilman 8e4125d25f hid/npad: Update NPad to use player controller bindings and type 8 years ago
Zach Hilman 651d96479a hid/touchscreen: Update Touchscreen to use advanced parameters 8 years ago
Zach Hilman 1abee80ce3 hid: Add controller bindings for Mouse controller 8 years ago
Zach Hilman 701c23ec92 hid: Add keyboard bindings for Keyboard controller 8 years ago
Zach Hilman ba768cfdc7 hid: Add controller bindings for DebugPad controller 8 years ago
Zach Hilman bcbd6015f3 settings: Add settings for multiple players and controllers 8 years ago
Zach Hilman 8cfe1e015d settings: Add Native type for keyboard 8 years ago
Zach Hilman b75d8cbc89 settings: Add Native type for mouse buttons 8 years ago