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
bunnei 7438d36d0e
Merge pull request #3630 from benru/open-windows-network-files
common/file_util: Allow access to files on network shares
5 years ago
..
logging common/logging: don't use regex for path trimming 5 years ago
x64 Remove unused CPU Vendor string and telemtry field 5 years ago
CMakeLists.txt common: Add VirtualBuffer class, to abstract memory virtualization. 5 years ago
algorithm.h common/algorithm: Add description comment indicating intended algorithms 5 years ago
alignment.h common: alignment: Add a helper function for generic alignment checking. 5 years ago
assert.h fix clang-format and lambda capture 5 years ago
bit_field.h common_func: Use std::array for INSERT_PADDING_* macros. 5 years ago
bit_util.h texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth 6 years ago
cityhash.cpp
cityhash.h
color.h common/vector_math: Move Vec[x] types into the Common namespace 6 years ago
common_funcs.h common: common_funcs: Add a macro for defining enum flag operators. 5 years ago
common_paths.h
common_types.h gpu: Move GPUVAddr definition to common_types. 6 years ago
detached_tasks.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
detached_tasks.h
dynamic_library.cpp common/dynamic_library: Import and adapt helper from Dolphin 5 years ago
dynamic_library.h common/dynamic_library: Import and adapt helper from Dolphin 5 years ago
file_util.cpp Merge pull request #3630 from benru/open-windows-network-files 5 years ago
file_util.h file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 5 years ago
hash.h common/hash: Remove unused HashableStruct 5 years ago
hex_util.cpp common/hex_util: Combine HexVectorToString() and HexArrayToString() 6 years ago
hex_util.h common/hex_util: Reserve std::string memory ahead of time 6 years ago
lz4_compression.cpp common/lz4_compression: Remove #pragma once directive from the cpp file 6 years ago
lz4_compression.h common/{lz4_compression, zstd_compression}: Add missing header guards 6 years ago
math_util.h common/math_util: Support float type rectangles 5 years ago
memory_hook.cpp core: Move PageTable struct into Common. 6 years ago
memory_hook.h core: Move PageTable struct into Common. 6 years ago
microprofile.cpp
microprofile.h
microprofileui.h
misc.cpp
multi_level_queue.h Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 5 years ago
page_table.cpp common: page_table: Update to use VirtualBuffer and simplify. 5 years ago
page_table.h common: page_table: Update to use VirtualBuffer and simplify. 5 years ago
param_package.cpp
param_package.h
quaternion.h common/vector_math: Move Vec[x] types into the Common namespace 6 years ago
ring_buffer.h
scm_rev.cpp.in common: Add additional SCM revision fields 5 years ago
scm_rev.h common: Add additional SCM revision fields 5 years ago
scope_exit.h common: scope_exit: Implement mechanism for canceling a scope exit. 5 years ago
string_util.cpp common/logging: don't use regex for path trimming 5 years ago
string_util.h
swap.h common/swap: Improve codegen of the default swap fallbacks 6 years ago
telemetry.cpp Remove unused CPU Vendor string and telemtry field 5 years ago
telemetry.h
thread.cpp common: Port some changes from dolphin (#5127) 5 years ago
thread.h Address second part of review comments 5 years ago
thread_queue_list.h common/thread_queue_list: Remove unnecessary dependency on boost 6 years ago
threadsafe_queue.h common: SPSCQueue: Notify after incrementing queue size. 5 years ago
timer.cpp
timer.h
uint128.cpp common/uint128: Add missing top-file source text 6 years ago
uint128.h common/uint128: Add missing header guard 6 years ago
uuid.cpp mii_manager: Cleanup and optimization 6 years ago
uuid.h mii: Implement Delete and Destroy file 6 years ago
vector_math.h common/vector_math: Move Vec[x] types into the Common namespace 6 years ago
virtual_buffer.cpp common: Add VirtualBuffer class, to abstract memory virtualization. 5 years ago
virtual_buffer.h common: Add VirtualBuffer class, to abstract memory virtualization. 5 years ago
web_result.h
zstd_compression.cpp common/zstd_compression: Remove #pragma once directive from source file 6 years ago
zstd_compression.h common/{lz4_compression, zstd_compression}: Add missing header guards 6 years ago