Age | Commit message (Collapse) | Author |
|
|
|
|
|
VideoCore: Remove a superfluous auto variable declaration in debug_utils
|
|
|
|
|
|
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.
|
|
dyncom: Remove unused/unnecessary VFP cruft
|
|
|
|
Silence some -Wsign-compare warnings.
|
|
The helper classes are rendered obsolete by C++11 lambdas. Also made
formatting conform to our code style.
|
|
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
|
|
|
|
|
|
The switch cases will always be hit, but this makes compilers stop complaining.
|
|
Clean-up mem_map constants and fix framebuffer translation errors
|
|
|
|
|
|
Allow the user to set the background clear color during emulation
|
|
|
|
Services: Stubs and minor changes
|
|
The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
|
|
|