yuzu-android/src/common
bunnei 0ccd026a6d Merge pull request #41 from archshift/itr
Changed iterators to use auto, many of which using range-based loops
2014-08-12 10:12:39 -04:00
..
atomic_gcc.h
atomic_win32.h
atomic.h
bit_field.h BitField: Cast enum values to proper integer type. 2014-07-16 12:47:33 +02:00
break_points.cpp break_points.cpp: return directly from conditionals 2014-08-12 04:04:54 -07:00
break_points.h break_points: cleaned up, added find_ifs 2014-08-12 03:48:11 -07:00
chunk_file.h Improved clarity and whitespace 2014-05-19 15:21:55 -07:00
CMakeLists.txt CMakeLists: rename HEADS, improved comments 2014-05-19 15:19:36 -07:00
common_funcs.h added MIN, MAX, and CLAMP macros to common_funcs 2014-05-17 00:53:41 -04:00
common_paths.h
common_types.h common_types: Changed BasicRect back to Rect, in the common namespace 2014-05-19 17:57:35 -07:00
common.h Removed definition of MAX_PATH, this is already defined in common_paths.h. 2014-06-12 06:10:55 -04:00
common.vcxproj Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
common.vcxproj.filters Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
console_listener.cpp log: fixed to not print twice, enabled coloring, added OS print logging as its own type 2014-05-29 23:03:03 -04:00
console_listener.h
cpu_detect.h
debug_interface.h
emu_window.h
extended_trace.cpp
extended_trace.h
fifo_queue.h
file_search.cpp
file_search.h
file_util.cpp
file_util.h
fixed_size_queue.h
hash.cpp
hash.h
linear_disk_cache.h
log_manager.cpp Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
log_manager.h log: updated MAX_LOGLEVEL to use correct log level enum type 2014-06-01 11:49:58 -04:00
log.h Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
math_util.cpp
math_util.h
mem_arena.cpp
mem_arena.h
memory_util.cpp
memory_util.h
misc.cpp
msg_handler.cpp
msg_handler.h
platform.h Preprocessor: #if's out OSX-specific GL changes on other platforms 2014-06-12 06:10:55 -04:00
scm_rev_gen.js [build] Search for the git binary in the default msysgit install dir 2014-07-19 17:16:05 -03:00
scm_rev_gen.vcxproj
scm_rev.cpp.in
scm_rev.h
std_condition_variable.h
std_mutex.h
std_thread.h
string_util.cpp
string_util.h
swap.h
symbols.cpp
symbols.h
thread_queue_list.h added ThreadQueueList class to common (taken from PPSSPP) 2014-05-15 18:19:34 -04:00
thread.cpp Use pthread_set_name_np() on OpenBSD. 2014-08-07 22:56:58 -06:00
thread.h
thunk.h
timer.cpp
timer.h
utf8.cpp
utf8.h