Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SVC: Update the SVC function table
|
|
|
|
|
|
Narrow scopes for the instruction variables. Remove unnecessary parentheses.
|
|
|
|
APT_U: Stub some functions & misc changes
|
|
VFP: Changed a debug log to trace.
|
|
|
|
Services: Stubbed more services.
|
|
|
|
Implemented FSUser::CreateExtSaveData
|
|
Cleanup: Logging in Core
|
|
|
|
|
|
Withholding my profanity towards Xcode.
|
|
Stubbed some services
|
|
Removes some unused macros and cleans up indentation inconsistencies
|
|
|
|
|
|
|
|
|
|
- ReleaseNextThread->WakeupNextThread
- ReleaseAllWaitingThreads->WakeupAllWaitingThreads.
|
|
|
|
pure virtual.
|
|
|
|
|
|
|
|
|
|
WaitObject safely.
|
|
- Would deadlock the calling thread
- Code would never get hit anyways
|
|
made no sense.
|
|
|
|
|
|
- Separate wait checking from waiting the current thread
- Resume thread when wait_all=true only if all objects are available at once
- Set output to correct wait object index when there are duplicate handles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|