| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
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.
|
|
|
|
Also implements writing to the rest of the ARM11 MPCore CP15 register set.
|
|
Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
|
|
It's a generic helper function, so it should be here anyway.
|
|
ConfigMem: Set the app memory to be 96MB instead of the default 64MB
|
|
dyncom: Implement RFE and SRS.
|
|
|
|
|
|
|
|
|
|
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and Del...
|
|
We don't need to care about XScale or Intel specific ARM stuff.
|
|
Implement SETEND.
|
|
In CreateExtSaveData, DeleteExtSaveData and CreateSystemSaveData
|
|
GPU: Fixed the bit 25 in the display transfer flags.
|
|
|
|
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume
|
|
with a stub for GetSoundVolume
|
|
NCCH: Minor updates to the ncch header
|
|
Rephrased some comments.
|
|
Removes a TODO.
|
|
|
|
|
|
|
|
DeleteSystemSaveData
Also fixed a bug with CreateExtSaveData that made it unable to create ExtSaveData archives in the SDMC directory.
|
|
Touchpad support
|
|
|
|
|
|
|
|
|
|
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
|
|
|
|
|
|
|
|
|
|
|
|
|