Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
|
|
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.
|
|
|
|
causes a crash).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VideoCore: Remove a superfluous auto variable declaration in debug_utils
|
|
|
|
|
|
Services/Loader: Use more sensible log formats for certain functions along with more info being logged.
|
|
along with more info being logged.
|
|
|
|
Gets rid of a sizeable amount of stuff in armdefs.
|
|
dyncom: Remove unused/unnecessary VFP cruft
|
|
|
|
Silence some -Wsign-compare warnings.
|
|
The helper classes are rendered obsolete by C++11 lambdas. Also made
formatting conform to our code style.
|
|
De-inline functions from Interface, removing them from service.h
|
|
|
|
|
|
|
|
|