yuzu/src/common
Yuri Kunde Schlesner fae5933ad6 Common: Add proper macros to test for architecture pointer size
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 e1fbac3ca1.
2015-05-07 18:22:36 -03:00
..
logging Common: Remove common.h 2015-05-07 15:45:22 -03:00
assert.h Clean-up includes 2015-05-06 23:45:06 -03:00
bit_field.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
break_points.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
break_points.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
chunk_file.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
CMakeLists.txt Common: Remove common.h 2015-05-07 15:45:22 -03:00
common_funcs.h Common: Add proper macros to test for architecture pointer size 2015-05-07 18:22:36 -03:00
common_paths.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
common_types.h Move typedefs from kernel.h to more appropriate places 2015-05-06 23:45:05 -03:00
concurrent_ring_buffer.h Common: Remove common.h 2015-05-07 15:45:22 -03: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 Common: Remove common.h 2015-05-07 15:45:22 -03:00
fifo_queue.h
file_util.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
file_util.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
hash.cpp Common: Add proper macros to test for architecture pointer size 2015-05-07 18:22:36 -03:00
hash.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
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 Common: Remove common.h 2015-05-07 15:45:22 -03:00
make_unique.h
math_util.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
math_util.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
mem_arena.cpp Common: Add proper macros to test for architecture pointer size 2015-05-07 18:22:36 -03:00
mem_arena.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
memory_util.cpp Common: Add proper macros to test for architecture pointer size 2015-05-07 18:22:36 -03:00
memory_util.h
misc.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
platform.h Common: Add proper macros to test for architecture pointer size 2015-05-07 18:22:36 -03:00
profiler.cpp Common: Remove many unnecessary cross-platform compatibility macros 2015-05-06 23:50:08 -03:00
profiler.h Profiler: Implement QPCClock to get better precision on Win32 2015-03-01 21:47:14 -03:00
profiler_reporting.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -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 Common: Remove common.h 2015-05-07 15:45:22 -03:00
string_util.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
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 Common: Remove common.h 2015-05-07 15:45:22 -03:00
synchronized_wrapper.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
thread.cpp Fix MSVC-related #defines and add CMakeLists comment 2014-12-29 20:12:03 -08:00
thread.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
thread_queue_list.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
thunk.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
timer.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
timer.h Common: Remove common.h 2015-05-07 15:45:22 -03:00