2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common
bunnei 5d635986bf Merge pull request #1176 from lioncash/vs2015-code-junking-day
Obligatory "Throw out workarounds VS2013 once limited us to" PR
2015-10-03 13:19:03 -04:00
..
logging VMManager: Make LogLayout log level configurable as a parameter 2015-08-16 01:03:43 -03:00
x64 x64: Proper stack alignment in shader JIT function calls 2015-09-01 23:39:52 +02:00
assert.h
bit_field.h bit_field: Re-enable code on MSVC 2015-10-01 15:43:42 -04:00
bit_set.h Common: Import BitSet from Dolphin 2015-09-01 23:39:52 +02:00
break_points.cpp common: Get rid of debug_interface.h 2015-09-11 08:12:08 -04:00
break_points.h common: Get rid of debug_interface.h 2015-09-11 08:12:08 -04:00
chunk_file.h general: Replace 0 literals with nullptr where applicable 2015-09-11 23:11:01 -04:00
CMakeLists.txt common: Get rid of debug_interface.h 2015-09-11 08:12:08 -04:00
code_block.h
color.h
common_funcs.h
common_paths.h
common_types.h
emu_window.cpp
emu_window.h Common: Cleanup emu_window includes. 2015-06-28 00:36:54 +01:00
file_util.cpp Merge pull request #1095 from archshift/game-list 2015-10-01 23:35:19 -04:00
file_util.h Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior 2015-09-30 21:04:47 -07:00
hash.cpp hash: Get rid of unused functions 2015-09-16 08:54:28 -04:00
hash.h
key_map.cpp
key_map.h
linear_disk_cache.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
make_unique.h
math_util.h
memory_util.cpp memory_util: Remove unnecessary assignment in FreeMemoryPages 2015-09-11 23:16:34 -04:00
memory_util.h
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Common: Fix MicroProfile compilation in MSVC2015 2015-08-28 06:12:12 -03:00
microprofileui.h Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
misc.cpp
platform.h
profiler.cpp
profiler.h
profiler_reporting.h
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 2014-04-25 10:34:27 -04:00
scm_rev.h
scope_exit.h
string_util.cpp
string_util.h Common: Fix string_util includes. 2015-06-28 00:36:53 +01:00
swap.h common: Get rid of a cast in swap.h 2015-09-11 08:54:33 -04:00
symbols.cpp symbols: Replace an insert call with emplace 2015-09-30 11:55:58 -04:00
symbols.h symbols: Get rid of initial underscores in variable names 2015-09-30 11:54:44 -04:00
synchronized_wrapper.h synchronized_wrapper: Add missing return in SynchronizedRef move assignment operator 2015-09-11 22:00:21 -04:00
thread.cpp
thread.h
thread_queue_list.h
timer.cpp
timer.h
vector_math.h