- May 07, 2015
-
-
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
-
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
-
- May 02, 2015
-
-
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.
-
- Apr 16, 2015
-
-
Yuri Kunde Schlesner authored
The helper classes are rendered obsolete by C++11 lambdas. Also made formatting conform to our code style.
-
- Apr 09, 2015
-
-
bunnei authored
SVC: Return correct error code on invalid CreateThread processor ID. SVC: Assert when creating a thread with an invalid userland priority.
-
- Apr 03, 2015
-
-
purpasmart96 authored
-
- Mar 30, 2015
-
-
Lioncash authored
-
- Mar 16, 2015
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- Mar 14, 2015
-
-
Subv authored
in GetTouchState()
-
- Mar 11, 2015
-
-
bunnei authored
-
- Mar 10, 2015
- Mar 09, 2015
-
-
archshift authored
-
- Mar 07, 2015
- Mar 06, 2015
-
-
Emmanuel Gil Peyrot authored
Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.
-
archshift authored
-
- Mar 02, 2015
-
-
Yuri Kunde Schlesner authored
MSVC 2013 (at least) doesn't use QueryPerformanceCounter to implement std::chrono::high_resolution_clock, so it has bad precision. Manually implementing our own clock type using it works around this for now.
-
Yuri Kunde Schlesner authored
-
- Feb 25, 2015
-
-
Emmanuel Gil Peyrot authored
This allows for easily movable and independent configuration and data directories, using standardized paths.
-
- Feb 22, 2015
-
-
archshift authored
This was RE'd from the errdisp applet.
-
- Feb 20, 2015
-
-
Emmanuel Gil Peyrot authored
-
archshift authored
-
archshift authored
-
- Feb 19, 2015
- Feb 18, 2015
-
-
Yuri Kunde Schlesner authored
-