- 17 Mar, 2015 2 commits
- 16 Mar, 2015 7 commits
-
-
bunnei authored
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables.
-
bunnei authored
Add static_cast around expressions where the compiler doesn’t deduce the right type
-
bunnei authored
arm_interface: Get rid of GetTicks.
-
Lioncash authored
Removes a TODO.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- 15 Mar, 2015 2 commits
-
-
purpasmart96 authored
-
bunnei authored
GPU: Implemented the flip_data (bit 0) bit in display transfers.
-
- 14 Mar, 2015 3 commits
-
-
Subv authored
-
Tony Wasserka authored
EmuWindow: Fixed a reference to a temporary variable
-
Subv authored
in GetTouchState()
-
- 12 Mar, 2015 2 commits
-
-
Tony Wasserka authored
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. We now write create a temporary buffer for output registers and copy all of them to the actual output vertex structure after the shader has run. This is technically not necessary, but it's easier to vectorize in the future.
-
bunnei authored
Touchpad support
-
- 11 Mar, 2015 4 commits
- 10 Mar, 2015 17 commits
-
-
bunnei authored
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
dyncom: Minor cleanup
-
Lioncash authored
Assemblers will exit with an error when trying to assemble instructions with disallowed registers.
-
bunnei authored
GPU: Implemented more depth buffer formats.
-
Subv authored
-
Subv authored
-
Subv authored
This fixes the horizontal lines in Picross E, Cubic Ninja, Cave Story 3D and possibly others
-
- 09 Mar, 2015 3 commits
-
-
bunnei authored
Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order.
-
archshift authored
-
Tony Wasserka authored
GPU: Use the correct position for the finished bit in memory fills
-