4870 Commits (1d869e8495c56ac82e2767b993ce0587197faa01)

Author SHA1 Message Date
Zach Hilman f49f3e509f web_browser: Add bounds checking to applet interface 7 years ago
Zach Hilman 0cbabc5ee6 core: Add getter and setter for WebBrowserApplet frontend 7 years ago
Zach Hilman e115b53d10 applets: Implement LibAppletOff (Web) applet 7 years ago
Zach Hilman e342002cd2 hid: Make Hid service accessible and add GetPressState 7 years ago
Zach Hilman c3ce81337d am: Add size parameter to am:IStorage logging 7 years ago
Lioncash e835034c17 kernel/process: Remove most allocation functions from Process' interface 7 years ago
Zach Hilman 9121887ae4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Zach Hilman 346c6291df filesystem: Populate save data sizes from control data 7 years ago
bunnei 015093c1dd npad: Remove code to invert input in horizontal mode. 7 years ago
bunnei 7f47320f34 hid: Fix SetNpadJoyHoldType and improve logging. 7 years ago
David Marcec 5bd0ff8f77 Device handle should not be a random id, instead it's the current npad id 7 years ago
Lioncash 479a873d97 service/sm: Improve debug log for RegisterService 7 years ago
Lioncash 3204df8a21 service/am: Unstub GetAppletResourceUserId 7 years ago
bunnei 4cb0df9192 nvhost_gpu: Skip empty GPU command lists. 7 years ago
Jens Schmer 151c258fd6 Fix Service object leak on emulation stop 7 years ago
Zach Hilman 583ab4bb0a fsp_srv: Implement IStorage::GetSize 7 years ago
Lioncash b842baf5eb service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 7 years ago
Zach Hilman 7a809f935c applets: Correct usage of SignalStateChanged event 7 years ago
Lioncash 33a9fa9aea hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 7 years ago
Lioncash 7dd574a3a1 hle/service: Remove unnecessary using declarations 7 years ago
Lioncash 129d373b58 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash e3fdcaadc1 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
Lioncash 5b9f1fed1d service/ldr: Deduplicate instruction cache clearing code in LoadNro() 7 years ago
Lioncash 2e01f8fdcd service/ldr: Amend layout of the NRO header 7 years ago
Lioncash 361c5982f2 service/ldr: Corrent padding within the NRR header layout 7 years ago
Zach Hilman b999d2df45 applets: Correct event ResetTypes from OneShot to Sticky 7 years ago
Zach Hilman adb047e6fa am: Use ProfileSelect applet 7 years ago
Zach Hilman 52631b7066 applets: Implement ProfileSelect applet 7 years ago
Zach Hilman 33159fdb9b software_keyboard: Signal state changed event upon construction 7 years ago
Zach Hilman a22a4992e8 aoc_u: Obey disabled add-ons list when listing DLC 7 years ago
Lioncash fe28aee74d service/usb: Update function table 7 years ago
Lioncash 0b467c5de0 service/erpt: Update function table 7 years ago
David Marcec 3a8283f0ed Fixed crash with SetNpadMode 7 years ago
Lioncash ce67a308aa service/audio/audout_u: Amend constructor initialization list order 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 9c56be6af9 service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Subv b0ec648f85 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 7 years ago
Lioncash 8f52802f2b service/set: Convert GetLanguageCode over to using PushEnum() 7 years ago
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 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
bunnei f8b215e361 gpu: Rewrite GPU command list processing with DmaPusher class. 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