yuzu/src/common
Zaneo b8328593fe 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.
2015-05-01 23:52:33 -04:00
..
logging Services: Stubs and minor changes 2015-04-02 20:05:11 -07:00
assert.h Asserts: Use lambdas to keep assertion code away from the main code path 2015-02-18 02:19:30 -02:00
bit_field.h Merge pull request #322 from chinhodado/master 2014-12-22 00:12:43 -05:00
break_points.cpp disassembler: Get rid of a const_cast 2015-03-30 15:37:34 -04:00
break_points.h disassembler: Get rid of a const_cast 2015-03-30 15:37:34 -04:00
chunk_file.h Remove the useless msg_handler compilation unit that was left over from Dolphin 2015-02-18 22:26:22 -08:00
CMakeLists.txt Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
common_funcs.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08:00
common_paths.h Common: Fix logic for setting EMU_DATA_DIR. 2015-03-16 02:22:59 +01:00
common_types.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
common.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08:00
concurrent_ring_buffer.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cpu_detect.h
debug_interface.h
emu_window.cpp EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
emu_window.h EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
fifo_queue.h
file_util.cpp Common: Switch to the XDG Base Directory Specification for directory selection. 2015-02-25 05:27:13 +01:00
file_util.h Archives: Changed the way paths are built for the archives. 2015-01-03 20:46:05 -05:00
hash.cpp Misc cleanup of common and related functions 2015-02-19 22:26:25 -08:00
hash.h
key_map.cpp Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 2015-01-21 13:31:10 -08:00
key_map.h Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 2015-01-21 13:31:10 -08:00
linear_disk_cache.h
make_unique.h
math_util.cpp
math_util.h
mem_arena.cpp Common: Change names containing “Dolphin” or “PPSSPP” to something more generic. 2015-02-20 16:54:10 +00:00
mem_arena.h Common: Remove dead platform #ifdefs to make the code more readable. 2015-01-06 18:57:28 +00:00
memory_util.cpp Remove the useless msg_handler compilation unit that was left over from Dolphin 2015-02-18 22:26:22 -08:00
memory_util.h
misc.cpp
platform.h Common: Make a #else more apparent. 2015-03-16 02:22:19 +01:00
profiler_reporting.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
profiler.cpp Profiler: Implement QPCClock to get better precision on Win32 2015-03-01 21:47:14 -03:00
profiler.h Profiler: Implement QPCClock to get better precision on Win32 2015-03-01 21:47:14 -03:00
scm_rev.cpp.in
scm_rev.h
scope_exit.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
string_util.cpp Build: Fixed some warnings 2015-02-12 09:25:35 -05:00
string_util.h
swap.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08:00
symbols.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
symbols.h
synchronized_wrapper.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
thread_queue_list.h Thread: Implement priority boost for starved threads. 2015-04-09 19:05:21 -04:00
thread.cpp Fix MSVC-related #defines and add CMakeLists comment 2014-12-29 20:12:03 -08:00
thread.h Common: thread.h cleanups 2015-04-16 17:55:30 -03:00
thunk.h
timer.cpp
timer.h