2066 Commits (7320c667dfa8993f4ebec8d6adfbf954d0591784)

Author SHA1 Message Date
Zach Hilman 94db6e5f3f am: Add size parameter to am:IStorage logging 7 years ago
Lioncash fbeaa330a3 kernel/process: Remove most allocation functions from Process' interface 7 years ago
Zach Hilman c643f364b4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Zach Hilman 2e6b67a079 filesystem: Populate save data sizes from control data 7 years ago
bunnei 7e622c5575 npad: Remove code to invert input in horizontal mode. 7 years ago
bunnei 1120e0b4d2 hid: Fix SetNpadJoyHoldType and improve logging. 7 years ago
David Marcec 807e7640aa Device handle should not be a random id, instead it's the current npad id 7 years ago
Lioncash 2a533f0067 service/sm: Improve debug log for RegisterService 7 years ago
Lioncash dd272298aa service/am: Unstub GetAppletResourceUserId 7 years ago
bunnei 040d84d816 nvhost_gpu: Skip empty GPU command lists. 7 years ago
Jens Schmer 27a9cc2e63 Fix Service object leak on emulation stop 7 years ago
Zach Hilman 5e632caca5 fsp_srv: Implement IStorage::GetSize 7 years ago
Lioncash f3a555a484 service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 7 years ago
Zach Hilman 0d2ba2ca4c applets: Correct usage of SignalStateChanged event 7 years ago
Lioncash 24f051d723 hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 7 years ago
Lioncash 9f56477539 hle/service: Remove unnecessary using declarations 7 years ago
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
Lioncash 7c9b194d63 service/ldr: Deduplicate instruction cache clearing code in LoadNro() 7 years ago
Lioncash 05a6f1f676 service/ldr: Amend layout of the NRO header 7 years ago
Lioncash 817fb18e30 service/ldr: Corrent padding within the NRR header layout 7 years ago
Zach Hilman e11e65b3d6 applets: Correct event ResetTypes from OneShot to Sticky 7 years ago
Zach Hilman 60b59d554d am: Use ProfileSelect applet 7 years ago
Zach Hilman 4fb59fdfe1 applets: Implement ProfileSelect applet 7 years ago
Zach Hilman 877b31b33e software_keyboard: Signal state changed event upon construction 7 years ago
Zach Hilman 51483d83bb aoc_u: Obey disabled add-ons list when listing DLC 7 years ago
Lioncash 6306e54f45 service/usb: Update function table 7 years ago
Lioncash f933b3370e service/erpt: Update function table 7 years ago
David Marcec a9223c8182 Fixed crash with SetNpadMode 7 years ago
Lioncash 57ac068a23 service/audio/audout_u: Amend constructor initialization list order 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Subv 583bd20f02 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 7 years ago
Lioncash 308bbba8b9 service/set: Convert GetLanguageCode over to using PushEnum() 7 years ago
Lioncash 7c04fe22b4 service/set: Implement MakeLanguageCode 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Zach Hilman 299224790c npad: Use NPadIdToIndex to prevent invalid array access 7 years ago
bunnei ac74b71d75 dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
Zach Hilman 6df74ff579 npad: Fix copy/paste error with LED position assignments 7 years ago
bunnei abea6fa90c gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
David Marcec f271316822 Reworked svcs slightly, improved error messages in AM and fsp_srv 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 a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 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 f820e58be4 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago