| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Services/Loader: Use more sensible log formats for certain functions along with more info being logged.
|
|
along with more info being logged.
|
|
|
|
De-inline functions from Interface, removing them from service.h
|
|
|
|
This reduces the time for a full recompile from 65.43s to 59.53s (~9%)
|
|
|
|
- CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress
|
|
|
|
SVC: Return correct error code on invalid CreateThread processor ID.
SVC: Assert when creating a thread with an invalid userland priority.
|
|
|
|
|
|
|
|
|
|
IR: Move The IR services to their own folder and implement "GetHandles"
|
|
|
|
|
|
Services: Stubs and minor changes
|
|
|
|
|
|
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and Del...
|
|
In CreateExtSaveData, DeleteExtSaveData and CreateSystemSaveData
|
|
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume
|
|
with a stub for GetSoundVolume
|
|
Removes a TODO.
|
|
DeleteSystemSaveData
Also fixed a bug with CreateExtSaveData that made it unable to create ExtSaveData archives in the SDMC directory.
|
|
Touchpad support
|
|
|
|
|
|
|
|
|
|
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix errorcodes for bad config block request
|