| Age | Commit message (Collapse) | Author |
|
dyncom: Remove an unnecessary variable in the interpreter
|
|
|
|
All this was doing was needlessly aliasing a variable.
|
|
It is superfluous for Citra. (It's only really necessary if you're doing
JIT. We were using it but not taking any advantage from it.) This should
make 32-bit builds work again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Services/Loader: Use more sensible log formats for certain functions along with more info being logged.
|
|
along with more info being logged.
|
|
|
|
Gets rid of a sizeable amount of stuff in armdefs.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
gpu: Fix a missing format specifier
|
|
dyncom: Remove unnecessary enum and typedef
|
|
IR: Move The IR services to their own folder and implement "GetHandles"
|
|
|
|
Also fixes descriptions in the process.
|
|
|
|
|
|
dyncom: Set the MPCore CP15 register reset values on initialization.
|
|
|
|
|
|
Also gets rid of preprocessor mumbo-jumbo
|
|
|