Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Uses less memory (strings and function table is stored in constant data)
and speeds up start up (no need to allocate and copy strings).
|
|
|
|
|
|
|
|
Pica: Implement blend factors.
|
|
Silence a few warnings.
|
|
vfp: Get rid of some compile warnings
|
|
|
|
Remove unnecessary/unused struct variables.
|
|
|
|
shared_memory: Fix assignments in SharedMemory::Map
|
|
|
|
|
|
|
|
|
|
|
|
arm: Cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was only being used in two places, where it was replaced by a local
constant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|