This website requires JavaScript.
Explore
Help
Sign In
octo
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
11057488f94ec8ec012ddd524d7c1acb530c9788
yuzu
/
src
/
common
History
Yuri Kunde Schlesner
ba2fe7f795
Merge pull request
#758
from yuriks/sync-logging
...
Common: Remove async logging
2015-05-15 20:54:48 -07:00
..
logging
…
assert.h
Common: Use the log system to print assert messages
2015-05-12 02:52:31 -03:00
bit_field.h
…
break_points.cpp
…
break_points.h
…
chunk_file.h
…
CMakeLists.txt
Merge pull request
#758
from yuriks/sync-logging
2015-05-15 20:54:48 -07:00
common_funcs.h
…
common_paths.h
…
common_types.h
Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types.
2015-05-14 16:16:15 +02:00
cpu_detect.h
…
debug_interface.h
…
emu_window.cpp
…
emu_window.h
…
fifo_queue.h
…
file_util.cpp
…
file_util.h
…
key_map.cpp
…
key_map.h
…
linear_disk_cache.h
…
make_unique.h
…
math_util.h
…
memory_util.cpp
…
memory_util.h
…
misc.cpp
…
platform.h
Common: Add proper macros to test for architecture pointer size
2015-05-07 18:22:36 -03:00
profiler_reporting.h
…
profiler.cpp
Profiler: Fix off-by-one error when computing average.
2015-05-07 19:48:31 -03:00
profiler.h
…
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
…
string_util.cpp
…
string_util.h
…
swap.h
…
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
…
thread_queue_list.h
…
thread.cpp
…
thread.h
…
thunk.h
…
timer.cpp
…
timer.h
…