Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add option to hide dock widget title bars
|
|
|
|
core_timing: Mark several variables as static
|
|
|
|
These are only used in this translation unit.
|
|
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
|
|
Improve the loader a bit
|
|
|
|
dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc
|
|
|
|
Add some support for the shared page
|
|
|
|
These were also missing the shifted register case.
|
|
|
|
|
|
|