You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/common
Lioncash d5b983a8c0 swap: Get rid of pointer casting for swapping structs
These shouldn't haphazardly convert types
9 years ago
..
logging AudioCore: SDL2 Sink 9 years ago
x64 VideoCore: Run include-what-you-use and fix most includes. 9 years ago
CMakeLists.txt Common: Remove section measurement from profiler (#1731) 9 years ago
alignment.h PICA: Align vertex attributes 9 years ago
assert.h assert: Allow UNREACHABLE_MSG to have just one argument 9 years ago
bit_field.h VideoCore: Run include-what-you-use and fix most includes. 9 years ago
bit_set.h VideoCore: Run include-what-you-use and fix most includes. 9 years ago
break_points.cpp common: Get rid of debug_interface.h 10 years ago
break_points.h common: Get rid of debug_interface.h 10 years ago
chunk_file.h general: Replace 0 literals with nullptr where applicable 10 years ago
code_block.h VideoCore: Run include-what-you-use and fix most includes. 9 years ago
color.h color: Make trivial helpers constexpr 9 years ago
common_funcs.h VideoCore: Run include-what-you-use and fix most includes. 9 years ago
common_paths.h Common: Remove common.h 10 years ago
common_types.h common_types: Make NonCopyable constructor constexpr 9 years ago
emu_window.cpp BitField: Make trivially copyable and remove assignment operator 9 years ago
emu_window.h remove unnecessary const 9 years ago
file_util.cpp Merge pull request #1672 from wwylele/win-driver-fix 9 years ago
file_util.h VideoCore: Run include-what-you-use and fix most includes. 9 years ago
hash.cpp hash: Get rid of unused functions 10 years ago
hash.h Common: Added MurmurHash3 hash function for general-purpose use. 10 years ago
key_map.cpp Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 10 years ago
key_map.h key_map: Use std::tie for comparisons 9 years ago
linear_disk_cache.h Common: Remove common.h 10 years ago
math_util.h Render-to-texture flush, interval math fix 10 years ago
memory_util.cpp memory_util: Remove unnecessary assignment in FreeMemoryPages 10 years ago
memory_util.h Common: Cleanup memory and misc includes. 10 years ago
microprofile.cpp Integrate the MicroProfile profiling library 10 years ago
microprofile.h Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) 9 years ago
microprofileui.h Common: Remove section measurement from profiler (#1731) 9 years ago
misc.cpp Common: Cleanup memory and misc includes. 10 years ago
platform.h Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. 10 years ago
profiler.cpp Common: Remove section measurement from profiler (#1731) 9 years ago
profiler_reporting.h Common: Remove section measurement from profiler (#1731) 9 years ago
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 11 years ago
scm_rev.h License change 10 years ago
scope_exit.h Asserts: break/crash program, fit to style guide; log.h->assert.h 10 years ago
string_util.cpp Fix encode problem On Windows 9 years ago
string_util.h Fix encode problem On Windows 9 years ago
swap.h swap: Get rid of pointer casting for swapping structs 9 years ago
symbols.cpp symbols: Replace an insert call with emplace 10 years ago
symbols.h symbols: Get rid of initial underscores in variable names 10 years ago
synchronized_wrapper.h synchronized_wrapper: Add missing return in SynchronizedRef move assignment operator 10 years ago
thread.cpp Common: Cleanup thread includes. 10 years ago
thread.h Thread: Make Barrier reusable 9 years ago
thread_queue_list.h Common: Remove common.h 10 years ago
timer.cpp Common: Remove common.h 10 years ago
timer.h Common: Remove common.h 10 years ago
vector_math.h vector_math: Add missing member in Vec4's SetZero function 9 years ago