citra/src/common
2015-03-11 21:28:57 -04:00
..
logging Merge pull request #629 from archshift/lcdfb 2015-03-10 18:08:55 -04: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 Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
break_points.h License change 2014-12-20 21:20:24 -08: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.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08: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: Switch to the XDG Base Directory Specification for directory selection. 2015-02-25 05:27:13 +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
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 License change 2014-12-20 21:20:24 -08:00
debug_interface.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
emu_window.cpp HID: Complete refactor of pad/touch input to fix threading issues. 2015-03-10 23:58:07 -04:00
emu_window.h HID: Complete refactor of pad/touch input to fix threading issues. 2015-03-10 23:58:07 -04:00
fifo_queue.h Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
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 License change 2014-12-20 21:20:24 -08: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 License change 2014-12-20 21:20:24 -08:00
make_unique.h Common: Add a clone of std::make_unique 2014-12-20 03:45:02 -02:00
math_util.cpp License change 2014-12-20 21:20:24 -08:00
math_util.h License change 2014-12-20 21:20:24 -08:00
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 License change 2014-12-20 21:20:24 -08:00
misc.cpp License change 2014-12-20 21:20:24 -08:00
platform.h Common: Remove dead platform #ifdefs to make the code more readable. 2015-01-06 18:57:28 +00: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
profiler_reporting.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 2014-04-25 10:34:27 -04:00
scm_rev.h License change 2014-12-20 21:20:24 -08:00
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 License change 2014-12-20 21:20:24 -08: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 License change 2014-12-20 21:20:24 -08: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 Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
thread_queue_list.h Common: Clean up ThreadQueueList 2015-01-07 18:38:25 -02:00
thunk.h License change 2014-12-20 21:20:24 -08:00
timer.cpp License change 2014-12-20 21:20:24 -08:00
timer.h License change 2014-12-20 21:20:24 -08:00