5031 Commits (1d11def9c46dc9c81af01bc55052b51e8028126e)

Author SHA1 Message Date
Lioncash 1d6399c222 svc: Implement svcGetResourceLimitLimitValue() 7 years ago
Lioncash 4ef2af8c98 svc: Implement svcCreateResourceLimit() 7 years ago
David Marcec cc4521fc70 Added comment on Main memory size for more clarity 7 years ago
David Marcec f058de337e Made svcSetHeapSize and svcCreateSharedMemory more readable 7 years ago
David Marcec f271316822 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
Lioncash 474c745502 gdbstub: Silence value truncation warning within FpuWrite() 7 years ago
Zach Hilman dac0c33fd2 profile_manager: Save and load ProfileData from disk 7 years ago
David Marcec dace6087d6 Fixed hwopus compile error 7 years ago
David Marcec 3d627df4d8 Improved error messages in AM, HwOpus and NvMap 7 years ago
David Marcec 9662ca918d Improved error messages for SVCs 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Luke Street 94e8dfc0c7 svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo 7 years ago
Lioncash b0df09335c
service/sm: Take std::string by const reference in UnregisterService 7 years ago
bunnei 0d673a84b6 nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. 7 years ago
Zach Hilman 86ad1f8db6 file_sys: Implement system archive synthesizer for NgWord (806) 7 years ago
Zach Hilman f820e58be4 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago
Zach Hilman b358e88512 debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 7 years ago
Lioncash 232d95b56e core: Relocate CPU core management to its own class 7 years ago
bunnei 5a6dc4d041 audout_u: Add support for multiple IAudioOut streams. 7 years ago
Zach Hilman 820d81b9a5 scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Zach Hilman 699900eed0 applets: Add StubApplet 7 years ago
Lioncash 0e35f1bb18 kernel/handle_table: Move private static functions into the cpp file 7 years ago
Lioncash 568bcbc29d kernel/handle_table: Restrict handle table size to 1024 entries 7 years ago
Lioncash f5ce71793e kernel/handle_table: Default destructor in the cpp file 7 years ago
bunnei 7f10db1c20 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 7 years ago
Lioncash f17e122025 am: Correct build failure 7 years ago
Zach Hilman 54e74b3572 patch_manager: Show LayeredExeFS patch in add-ons column 7 years ago
Lioncash 820bcee6a4 file_sys/card_image: Provide named members for the GamecardInfo struct 7 years ago
Zach Hilman da6d4cde56 patch_manager: Apply LayeredExeFS patches 7 years ago
Zach Hilman 17d8e25cbf settings: Add option to dump ExeFS of games upon launch 7 years ago
Lioncash 31d1e06eb1 kernel/process: Move <random> include to the cpp file 7 years ago
Lioncash 73b7748984 am/applets: Make the applet data broker part of the applet itself. 7 years ago
Lioncash 8b4b560df5 am/applets: Replace includes with forward declarations where applicable 7 years ago
Lioncash dd254c603d am/applets: Relocate comments above the relevant data member in AppletDataBroker 7 years ago
Lioncash 5d46038c5c kernel/resource_limit: Clean up interface 7 years ago
Lioncash 34e4aaddd9 lm: Implement SetDestination by doing nothing 7 years ago
Zach Hilman a9fa890f14 software_keyboard: Fix erroneous extra PushNormalData 7 years ago
Zach Hilman d68795c665 software_keyboard: Return correct result code on user cancel operation 7 years ago
Zach Hilman 32775125b7 applet: Add AppletDataBroker to manage HLE to AM service interaction 7 years ago
Zach Hilman 96535c13a5 software_keyboard: Use correct offset for inital text string 7 years ago
Lioncash 233e495c14 kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer 7 years ago
Lioncash fb5d4b17de kernel/shared_memory: Add a const qualified member function overload for GetPointer() 7 years ago
Lioncash 2d37ca3726 kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet 7 years ago
Lioncash 76ac234bf6 kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 7 years ago
Lioncash f472232705 kernel/shared_memory: Make data members private 7 years ago
Lioncash 43e7c6cf49 ldr: Clean up error codes 7 years ago
Zach Hilman 409dcf0e0a svc: Implement yield types 0 and -1 7 years ago
Zach Hilman c3becdbca7 filesystem: Clear registered union paths on factory creation 7 years ago
Zach Hilman 3a6cd5b3c8 hid: Use player-defined controller type as PREFERRED_CONTROLLER 7 years ago
Zach Hilman 55ded706d6 hid/npad: Update NPad to use player controller bindings and type 7 years ago