bunnei 98fcd3ba5d Revert "cmake: fix fmt linking" před 6 roky
..
logging a31ed02ae4 common/logging: don't use regex for path trimming před 6 roky
x64 2f8947583f Core/Common: Address Feedback. před 6 roky
CMakeLists.txt 98fcd3ba5d Revert "cmake: fix fmt linking" před 6 roky
algorithm.h d5706346d7 common/algorithm: Add description comment indicating intended algorithms před 6 roky
alignment.h b838e58d63 common: alignment: Add a helper function for generic alignment checking. před 6 roky
assert.h 49e0a30dbd fix clang-format and lambda capture před 6 roky
atomic_ops.cpp 7b1804dab4 Common/AtomicOps: Correct GCC Intrinsic argument ordering. před 6 roky
atomic_ops.h 467d43570e Clang Format. před 6 roky
bit_field.h c499c22cf7 Fix -Werror=conversion error. před 6 roky
bit_util.h 94f2be5473 texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth před 7 roky
cityhash.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" před 7 roky
cityhash.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" před 7 roky
color.h 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace před 7 roky
common_funcs.h b11b424a2d common: common_funcs: Add a macro for defining enum flag operators. před 6 roky
common_paths.h 84412591c9 file_util: Add shader directory před 7 roky
common_types.h 241563d15c gpu: Move GPUVAddr definition to common_types. před 7 roky
detached_tasks.cpp 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock před 7 roky
detached_tasks.h e4daf4bee5 Review comments - part 5 před 7 roky
dynamic_library.cpp 7104e01bb3 common/dynamic_library: Import and adapt helper from Dolphin před 6 roky
dynamic_library.h 7104e01bb3 common/dynamic_library: Import and adapt helper from Dolphin před 6 roky
fiber.cpp 2f8947583f Core/Common: Address Feedback. před 6 roky
fiber.h e77ee67bfa Common/Fiber: Address Feedback and Correct Memory leaks. před 6 roky
file_util.cpp 7438d36d0e Merge pull request #3630 from benru/open-windows-network-files před 6 roky
file_util.h e77337588e file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero před 6 roky
hash.h c5c89a4d5c common/hash: Remove unused HashableStruct před 6 roky
hex_util.cpp a62088539e common/hex_util: Combine HexVectorToString() and HexArrayToString() před 7 roky
hex_util.h 969cd6dc1d common/hex_util: Reserve std::string memory ahead of time před 7 roky
lz4_compression.cpp 0e2f617abc common/lz4_compression: Remove #pragma once directive from the cpp file před 7 roky
lz4_compression.h 4620ed47a3 common/{lz4_compression, zstd_compression}: Add missing header guards před 7 roky
math_util.h e38ed26b98 common/math_util: Support float type rectangles před 6 roky
memory_detect.cpp 3b1683a152 common: switch to nullptr for sysctl's empty new value před 6 roky
memory_detect.h 9a36d8600c main: Log host system memory parameters před 6 roky
memory_hook.cpp 93da8e0abf core: Move PageTable struct into Common. před 7 roky
memory_hook.h 93da8e0abf core: Move PageTable struct into Common. před 7 roky
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library před 11 roky
microprofile.h dc8479928c Sources: Run clang-format on everything. před 9 roky
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) před 10 roky
misc.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" před 7 roky
multi_level_queue.h 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. před 6 roky
page_table.cpp 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. před 6 roky
page_table.h 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. před 6 roky
param_package.cpp 690f326613 citra_qt/configuration: misc input tab improvements před 7 roky
param_package.h 690f326613 citra_qt/configuration: misc input tab improvements před 7 roky
quaternion.h 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace před 7 roky
ring_buffer.h ab6dfa4fa5 ring_buffer: Use std::atomic_size_t in a static assert před 7 roky
scm_rev.cpp.in 3d4a0b94e3 common: Add additional SCM revision fields před 6 roky
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields před 6 roky
scope_exit.h 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. před 6 roky
spin_lock.cpp 2f8947583f Core/Common: Address Feedback. před 6 roky
spin_lock.h 2f8947583f Core/Common: Address Feedback. před 6 roky
string_util.cpp a31ed02ae4 common/logging: don't use regex for path trimming před 6 roky
string_util.h e696ed1f4d am: Deglobalize software keyboard applet před 7 roky
swap.h 0d8ef2d3b9 common/swap: Improve codegen of the default swap fallbacks před 7 roky
telemetry.cpp 97ba520434 common/telemetry: Add AVX512 to telemetry před 6 roky
telemetry.h 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission před 7 roky
thread.cpp 467d43570e Clang Format. před 6 roky
thread.h 528b19a842 General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. před 6 roky
thread_queue_list.h f71c598907 common/thread_queue_list: Remove unnecessary dependency on boost před 7 roky
threadsafe_queue.h 67b8ecc73e common: SPSCQueue: Notify after incrementing queue size. před 6 roky
time_zone.cpp bba54e1880 time_zone: Use std::chrono::seconds for strong typing. před 6 roky
time_zone.h bba54e1880 time_zone: Use std::chrono::seconds for strong typing. před 6 roky
timer.cpp 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" před 8 roky
timer.h 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" před 8 roky
uint128.cpp 59ce6e6d06 Common/uint128: Correct MSVC Compilation in old versions. před 6 roky
uint128.h e3524d1142 Common: Refactor & Document Wall clock. před 6 roky
uuid.cpp f0db2e3ef3 mii_manager: Cleanup and optimization před 7 roky
uuid.h 1417849a2b acc: Return a unique value per account for GetAccountId před 6 roky
vector_math.h 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace před 7 roky
virtual_buffer.cpp 4ba2428c86 common: Add VirtualBuffer class, to abstract memory virtualization. před 6 roky
virtual_buffer.h 4ba2428c86 common: Add VirtualBuffer class, to abstract memory virtualization. před 6 roky
wall_clock.cpp 7fd7d05838 Common/Kernel: Corrections and small bug fixing. před 6 roky
wall_clock.h 18dcb09342 HostTiming: Pause the hardware clock on pause. před 6 roky
web_result.h 183a664405 web_backend: Make Client use the PImpl idiom před 7 roky
zstd_compression.cpp a6f7a44aab common/zstd_compression: Remove #pragma once directive from source file před 7 roky
zstd_compression.h 4620ed47a3 common/{lz4_compression, zstd_compression}: Add missing header guards před 7 roky