- Jan 21, 2015
-
-
archshift authored
-
- Jan 20, 2015
-
-
Tony Wasserka authored
Add option to hide dock widget title bars
-
Kingcom authored
-
bunnei authored
core_timing: Mark several variables as static
-
bunnei authored
core: Fix a few docstrings
-
Lioncash authored
-
Lioncash authored
These are only used in this translation unit.
-
bunnei authored
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
-
bunnei authored
Improve the loader a bit
-
bunnei authored
dyncom: Clarify precedence for ternary statements
-
Lioncash authored
-
- Jan 19, 2015
-
-
bunnei authored
dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc
-
- Jan 18, 2015
- Jan 17, 2015
- Jan 16, 2015
-
-
Zhuowei Zhang authored
-
- Jan 15, 2015
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
Correctness fixes for GPU flipping and interrupts
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
bunnei authored
APTU: Stubbed NotifyToWait, taken from 3dmoo.
-
- Jan 14, 2015
-
-
Sebastian Valle authored
-
bunnei authored
AddrArbiter: Implement arbitration types 3 and 4.
-
Yuri Kunde Schlesner authored
Display transfers with the horizontal downscaling flag were calculating the wrong output size, causing them to write double the amount of data intended. It is likely that this was perceived as correct due to a separate bug in calculating source indices which caused the image to be padded unless the previous bug was present. This fixes both issues, correcting flickering issues in 3dscraft, blargSnes and more (caused by the transfer overwriting the back buffer which followed) as well as potentially fixing other crashes.
-
Yuri Kunde Schlesner authored
The code was previously appending the interrupt to after the end of the buffer, instead of at the end.
-