- 07 May, 2015 18 commits
-
-
Yuri Kunde Schlesner authored
It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again.
-
Yuri Kunde Schlesner authored
Currently unused and the code quality is pretty questionable.
-
Yuri Kunde Schlesner authored
The old system of just defining macros available in some other platform was susceptible to silently using the wrong code if you forgot to include a particular header. This fixes a crash on non-Windows platforms introduced by e1fbac3c.
-
Yuri Kunde Schlesner authored
More cleanups
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- 06 May, 2015 4 commits
-
-
bunnei authored
GPU: Implemented default vertex shader attributes.
-
Subv authored
Fixes some games crashing.
-
bunnei authored
HLE: Clean up SVC dispatch mechanism
-
Yuri Kunde Schlesner authored
-
- 04 May, 2015 2 commits
-
-
bunnei authored
Core: Remove some unused functions and types
-
Yuri Kunde Schlesner authored
-
- 03 May, 2015 1 commit
-
-
archshift authored
Rename git submodules, so they are more easily accessible from external tools
-
- 02 May, 2015 2 commits
-
-
Tony Wasserka authored
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
-
Zaneo authored
If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to the emulated screen dimensions. Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
-
- 01 May, 2015 13 commits