yuzu/src/common
bunnei 7b9f428b23 Thread: Implement priority boost for starved threads.
SVC: Return correct error code on invalid CreateThread processor ID.

SVC: Assert when creating a thread with an invalid userland priority.
2015-04-09 19:05:21 -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
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 HID: Complete refactor of pad/touch input to fix threading issues. 2015-03-10 23:58:07 -04:00
emu_window.h EmuWindow: Fixed a reference to a temporary variable 2015-03-14 15:01:02 -05: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
hash.cpp Misc cleanup of common and related functions 2015-02-19 22:26:25 -08:00
hash.h
key_map.cpp
key_map.h
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
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
thread.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
thunk.h
timer.cpp
timer.h