| Age | Commit message (Collapse) | Author |
|
The code now properly configures the process image to match the loaded
binary segments (code, rodata, data) instead of just blindly allocating
a large chunk of dummy memory.
|
|
|
|
|
|
|
|
|
|
Applets.
|
|
Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.
|
|
Cleanup includes, mostly in common
|
|
|
|
Implement blended downscaling for display transfers
|
|
Services/SOC: Added command headers to some of the soc commands.
|
|
|
|
Also has a side-benefit of correcting access to the FPEXC register.
|
|
|
|
the output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EMU_PLATFORM.
|
|
|
|
|
|
Color support for Y2R
|
|
|
|
Services: Continue separation of services into their own folders
|
|
|
|
|
|
hw: Fix mismatched Write call
|
|
|
|
These are able to be accessed in any privilege mode.
|
|
|
|
|
|
|
|
Organize the ExtSaveData folders as they are stored in the console.
|
|
arm_dyncom_thumb: Implement missing instructions.
|
|
|
|
|
|
|
|
|
|
Commonify video_core utility headers
|
|
Remove gpu_refresh_rate configuration option
|
|
|
|
Kernel: Add VMManager to manage process address spaces
|
|
Changing it makes emulation inherently inaccurate. It also had a wrong
default value (30, whereas the real system has a refresh rate of 60 Hz)
which, even if changed, would continue to be used unless people manually
removed it from their config files.
|
|
|