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
|
|
arm: Clean up ARMul_State
|
|
|
|
Remove unnecessary/unused struct variables.
|
|
arm: Adios armemu
|
|
|
|
shared_memory: Fix assignments in SharedMemory::Map
|
|
|
|
ARM: More cleanup.
|
|
|
|
|
|
|
|
|
|
arm: Cleanup.
|
|
|
|
Fix a few warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kernel Lifetime Reform Pt. 4
|
|
|
|
|
|
It was only being used in two places, where it was replaced by a local
constant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SVC: Update the SVC function table
|
|
Pica: Implement color/alpha channel enable.
|
|
|
|
Alpha testing
|