| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This is to support the removal of GetHandle soon
|
|
|
|
|
|
|
|
Uses less memory (strings and function table is stored in constant data)
and speeds up start up (no need to allocate and copy strings).
|
|
|
|
|
|
|
|
Remove unnecessary/unused struct variables.
|
|
shared_memory: Fix assignments in SharedMemory::Map
|
|
|
|
|
|
|
|
|
|
|
|
It was only being used in two places, where it was replaced by a local
constant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SVC: Update the SVC function table
|
|
|
|
APT_U: Stub some functions & misc changes
|
|
Services: Stubbed more services.
|
|
|
|
Implemented FSUser::CreateExtSaveData
|
|
|
|
Withholding my profanity towards Xcode.
|
|
Stubbed some services
|
|
|
|
|
|
|
|
|
|
- ReleaseNextThread->WakeupNextThread
- ReleaseAllWaitingThreads->WakeupAllWaitingThreads.
|
|
|
|
pure virtual.
|
|
|
|
|