| .. |
|
logging
|
logging/backend: Make use of designated initializers
|
5 years ago |
|
x64
|
Core/Common: Address Feedback.
|
6 years ago |
|
CMakeLists.txt
|
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
|
5 years ago |
|
algorithm.h
|
common/algorithm: Add description comment indicating intended algorithms
|
6 years ago |
|
alignment.h
|
alignment: explicitly include <new> after 723edb4c0659
|
6 years ago |
|
assert.h
|
fix clang-format and lambda capture
|
6 years ago |
|
atomic_ops.cpp
|
common/atomic_ops: Don't cast away volatile from pointers
|
5 years ago |
|
atomic_ops.h
|
common/atomic_ops: Don't cast away volatile from pointers
|
5 years ago |
|
bit_field.h
|
Fix -Werror=conversion error.
|
6 years ago |
|
bit_util.h
|
texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth
|
7 years ago |
|
cityhash.cpp
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 years ago |
|
cityhash.h
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 years ago |
|
color.h
|
common/vector_math: Move Vec[x] types into the Common namespace
|
7 years ago |
|
common_funcs.h
|
common: common_funcs: Add a macro for defining enum flag operators.
|
6 years ago |
|
common_paths.h
|
common: Add a screenshots directory
|
6 years ago |
|
common_types.h
|
gpu: Move GPUVAddr definition to common_types.
|
7 years ago |
|
concepts.h
|
common/concepts: Rename IsBaseOf to DerivedFrom
|
5 years ago |
|
detached_tasks.cpp
|
General: Tidy up clang-format warnings part 2
|
5 years ago |
|
detached_tasks.h
|
Review comments - part 5
|
7 years ago |
|
dynamic_library.cpp
|
common/dynamic_library: Import and adapt helper from Dolphin
|
6 years ago |
|
dynamic_library.h
|
common/dynamic_library: Import and adapt helper from Dolphin
|
6 years ago |
|
fiber.cpp
|
Core/Common: Address Feedback.
|
6 years ago |
|
fiber.h
|
Common/Fiber: Address Feedback and Correct Memory leaks.
|
6 years ago |
|
file_util.cpp
|
common: Add a screenshots directory
|
6 years ago |
|
file_util.h
|
common: Add a screenshots directory
|
6 years ago |
|
hash.h
|
common/hash: Remove unused HashableStruct
|
6 years ago |
|
hex_util.cpp
|
partition_data_manager: Make data arrays constexpr
|
5 years ago |
|
hex_util.h
|
partition_data_manager: Make data arrays constexpr
|
5 years ago |
|
lz4_compression.cpp
|
common/lz4_compression: Remove #pragma once directive from the cpp file
|
7 years ago |
|
lz4_compression.h
|
common/{lz4_compression, zstd_compression}: Add missing header guards
|
7 years ago |
|
math_util.h
|
General: Tidy up clang-format warnings part 2
|
5 years ago |
|
memory_detect.cpp
|
common: switch to nullptr for sysctl's empty new value
|
6 years ago |
|
memory_detect.h
|
main: Log host system memory parameters
|
6 years ago |
|
memory_hook.cpp
|
core: Move PageTable struct into Common.
|
7 years ago |
|
memory_hook.h
|
core: Move PageTable struct into Common.
|
7 years ago |
|
microprofile.cpp
|
Integrate the MicroProfile profiling library
|
10 years ago |
|
microprofile.h
|
Sources: Run clang-format on everything.
|
9 years ago |
|
microprofileui.h
|
Common: Remove section measurement from profiler (#1731)
|
10 years ago |
|
misc.cpp
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 years ago |
|
multi_level_queue.h
|
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
|
6 years ago |
|
page_table.cpp
|
common: page_table: Update to use VirtualBuffer and simplify.
|
6 years ago |
|
page_table.h
|
common: page_table: Update to use VirtualBuffer and simplify.
|
6 years ago |
|
param_package.cpp
|
citra_qt/configuration: misc input tab improvements
|
7 years ago |
|
param_package.h
|
citra_qt/configuration: misc input tab improvements
|
7 years ago |
|
quaternion.h
|
common/vector_math: Move Vec[x] types into the Common namespace
|
7 years ago |
|
ring_buffer.h
|
ring_buffer: Use std::atomic_size_t in a static assert
|
7 years ago |
|
scm_rev.cpp.in
|
common: Add additional SCM revision fields
|
6 years ago |
|
scm_rev.h
|
common: Add additional SCM revision fields
|
6 years ago |
|
scope_exit.h
|
common: scope_exit: Implement mechanism for canceling a scope exit.
|
6 years ago |
|
spin_lock.cpp
|
Core/Common: Address Feedback.
|
6 years ago |
|
spin_lock.h
|
Core/Common: Address Feedback.
|
6 years ago |
|
string_util.cpp
|
common/logging: don't use regex for path trimming
|
6 years ago |
|
string_util.h
|
common/string_util: Remove unimplemented function prototype (#4414)
|
5 years ago |
|
swap.h
|
common/swap: Make use of std::endian
|
6 years ago |
|
telemetry.cpp
|
common/telemetry: Add AVX512 to telemetry
|
6 years ago |
|
telemetry.h
|
compatdb: Use a seperate endpoint for testcase submission
|
7 years ago |
|
thread.cpp
|
Clang Format.
|
6 years ago |
|
thread.h
|
General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.
|
6 years ago |
|
thread_queue_list.h
|
common/thread_queue_list: Remove unnecessary dependency on boost
|
7 years ago |
|
threadsafe_queue.h
|
common: SPSCQueue: Notify after incrementing queue size.
|
6 years ago |
|
time_zone.cpp
|
time_zone: Use std::chrono::seconds for strong typing.
|
6 years ago |
|
time_zone.h
|
time_zone: Use std::chrono::seconds for strong typing.
|
6 years ago |
|
timer.cpp
|
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"
|
8 years ago |
|
timer.h
|
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"
|
8 years ago |
|
uint128.cpp
|
Common/uint128: Correct MSVC Compilation in old versions.
|
6 years ago |
|
uint128.h
|
Common: Refactor & Document Wall clock.
|
6 years ago |
|
uuid.cpp
|
mii_manager: Cleanup and optimization
|
7 years ago |
|
uuid.h
|
acc: Return a unique value per account for GetAccountId
|
6 years ago |
|
vector_math.h
|
common/vector_math: Move Vec[x] types into the Common namespace
|
7 years ago |
|
virtual_buffer.cpp
|
virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]]
|
5 years ago |
|
virtual_buffer.h
|
common: Add VirtualBuffer class, to abstract memory virtualization.
|
6 years ago |
|
wall_clock.cpp
|
Common/Kernel: Corrections and small bug fixing.
|
6 years ago |
|
wall_clock.h
|
HostTiming: Pause the hardware clock on pause.
|
6 years ago |
|
web_result.h
|
web_backend: Make Client use the PImpl idiom
|
7 years ago |
|
zstd_compression.cpp
|
common/zstd_compression: Remove #pragma once directive from source file
|
7 years ago |
|
zstd_compression.h
|
common/{lz4_compression, zstd_compression}: Add missing header guards
|
7 years ago |