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 ca2f0de08a Fix warnings in core and common 10 years ago
..
CMakeLists.txt Added support for multiple input device types for KeyMap and connected Qt. 10 years ago
bit_field.h BitField: Cast enum values to proper integer type. 11 years ago
break_points.cpp break_points.cpp: return directly from conditionals 11 years ago
break_points.h Common: Move header guards over to pragma once 11 years ago
chunk_file.h chunk_file: General cleanup 10 years ago
common.h Common: Remove HAVE_CXX11_SYNTAX define from Common.h 10 years ago
common_funcs.h Common: Move header guards over to pragma once 11 years ago
common_paths.h Use the citra user path for the sdmc directory 10 years ago
common_types.h Moved common_types::Rect from common to Common namespace 10 years ago
console_listener.cpp Fix warnings in core and common 10 years ago
console_listener.h Common: Move header guards over to pragma once 11 years ago
cpu_detect.h Common: Move header guards over to pragma once 11 years ago
debug_interface.h Common: Move header guards over to pragma once 11 years ago
emu_window.cpp Added support for multiple input device types for KeyMap and connected Qt. 10 years ago
emu_window.h Added support for multiple input device types for KeyMap and connected Qt. 10 years ago
extended_trace.cpp Added string_util to common, small changes in loader.cpp 10 years ago
extended_trace.h Common: Move header guards over to pragma once 11 years ago
fifo_queue.h Common: Move header guards over to pragma once 11 years ago
file_search.cpp Merge pull request #99 from archshift/ext-check 10 years ago
file_search.h Common: Move header guards over to pragma once 11 years ago
file_util.cpp Fix warnings in core and common 10 years ago
file_util.h Fix warnings in core and common 10 years ago
hash.cpp
hash.h Common: Move header guards over to pragma once 11 years ago
key_map.cpp Added support for multiple input device types for KeyMap and connected Qt. 10 years ago
key_map.h Added support for multiple input device types for KeyMap and connected Qt. 10 years ago
linear_disk_cache.h Common: Move header guards over to pragma once 11 years ago
log.h Avoid LOGGING redefinition warnings. 11 years ago
log_manager.cpp Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 10 years ago
log_manager.h Removed common/std_xyz, instead using the std header 11 years ago
math_util.cpp common: Prune all redundant includes 10 years ago
math_util.h Common: Add a clamp function to math_utils.h 11 years ago
mem_arena.cpp Merge pull request #99 from archshift/ext-check 10 years ago
mem_arena.h Common: Move header guards over to pragma once 11 years ago
memory_util.cpp Merge pull request #99 from archshift/ext-check 10 years ago
memory_util.h Common: Move header guards over to pragma once 11 years ago
misc.cpp
msg_handler.cpp Added string_util to common, small changes in loader.cpp 10 years ago
msg_handler.h Common: Move header guards over to pragma once 11 years ago
platform.h Common: Move header guards over to pragma once 11 years ago
scm_rev.cpp.in
scm_rev.h
string_util.cpp Merge pull request #99 from archshift/ext-check 10 years ago
string_util.h Added string_util to common, small changes in loader.cpp 10 years ago
swap.h
symbols.cpp Common: Don't return a reference to a string when calling GetName in symbols.cpp 11 years ago
symbols.h Common: Get rid of an unnecessary forward declaration in symbols.h 11 years ago
thread.cpp common: Prune all redundant includes 10 years ago
thread.h Removed common/std_xyz, instead using the std header 11 years ago
thread_queue_list.h added ThreadQueueList class to common (taken from PPSSPP) 11 years ago
thunk.h Common: Move header guards over to pragma once 11 years ago
timer.cpp
timer.h Common: Move header guards over to pragma once 11 years ago
utf8.cpp common: Prune all redundant includes 10 years ago
utf8.h