| Age | Commit message (Collapse) | Author |
|
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
|
|
This was RE'd from the errdisp applet.
|
|
|
|
|
|
err:f is a named port, not a service
|
|
Build: Fixed some warnings
|
|
|
|
|
|
|
|
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
Also removed some GEKKO cruft.
|
|
|
|
GSP SetBufferSwap fix
|
|
|
|
Services: Stub some functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're finally unnecessary, and will stop cluttering the application's
handle table.
|
|
|
|
|
|
Uses less memory (strings and function table is stored in constant data)
and speeds up start up (no need to allocate and copy strings).
|
|
|
|
|
|
|
|
|
|
|
|
It was only being used in two places, where it was replaced by a local
constant.
|
|
|
|
|
|
|
|
APT_U: Stub some functions & misc changes
|
|
Services: Stubbed more services.
|
|
|
|
Implemented FSUser::CreateExtSaveData
|
|
|
|
Withholding my profanity towards Xcode.
|
|
Stubbed some services
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correctness fixes for GPU flipping and interrupts
|
|
|