| .. |
|
logging
|
f8f1ff0b4f
logging/backend: Make time_origin a class variable instead of a local static
|
7 жил өмнө |
|
x64
|
3533d33ff5
common: Remove dependency on xbyak
|
7 жил өмнө |
|
CMakeLists.txt
|
1b6adb5308
common/CMakeLists: Amend boost dependency
|
7 жил өмнө |
|
alignment.h
|
541e9624eb
common: Add function for checking word alignment to alignment.h
|
7 жил өмнө |
|
assert.h
|
9dcc229dfe
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions
|
7 жил өмнө |
|
bit_field.h
|
109b78a6d6
common/bit_util: Fix bad merge duplicating the copy constructor
|
7 жил өмнө |
|
bit_util.h
|
fc8da2d5e3
common: Add basic bit manipulation utility function to Common
|
7 жил өмнө |
|
cityhash.cpp
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 жил өмнө |
|
cityhash.h
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 жил өмнө |
|
color.h
|
1b855efd5e
common/vector_math: Move Vec[x] types into the Common namespace
|
7 жил өмнө |
|
common_funcs.h
|
1670c4421f
Port #3732 from Citra: "common: Fix compilation on ARM"
|
8 жил өмнө |
|
common_paths.h
|
84412591c9
file_util: Add shader directory
|
7 жил өмнө |
|
common_types.h
|
241563d15c
gpu: Move GPUVAddr definition to common_types.
|
7 жил өмнө |
|
detached_tasks.cpp
|
4d139943f2
Port web_service from Citra
|
7 жил өмнө |
|
detached_tasks.h
|
e4daf4bee5
Review comments - part 5
|
7 жил өмнө |
|
file_util.cpp
|
84412591c9
file_util: Add shader directory
|
7 жил өмнө |
|
file_util.h
|
84412591c9
file_util: Add shader directory
|
7 жил өмнө |
|
hash.h
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 жил өмнө |
|
hex_util.cpp
|
70bd2bb1d3
ips_layer: Deduplicate resource usage
|
7 жил өмнө |
|
hex_util.h
|
70bd2bb1d3
ips_layer: Deduplicate resource usage
|
7 жил өмнө |
|
math_util.h
|
b9238edd0d
common/math_util: Move contents into the Common namespace
|
7 жил өмнө |
|
memory_hook.cpp
|
93da8e0abf
core: Move PageTable struct into Common.
|
7 жил өмнө |
|
memory_hook.h
|
93da8e0abf
core: Move PageTable struct into Common.
|
7 жил өмнө |
|
microprofile.cpp
|
0fcabd2b11
Integrate the MicroProfile profiling library
|
11 жил өмнө |
|
microprofile.h
|
dc8479928c
Sources: Run clang-format on everything.
|
9 жил өмнө |
|
microprofileui.h
|
e3a8292495
Common: Remove section measurement from profiler (#1731)
|
10 жил өмнө |
|
misc.cpp
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 жил өмнө |
|
page_table.cpp
|
22d3dfbcd4
gpu: Rewrite virtual memory manager using PageTable.
|
7 жил өмнө |
|
page_table.h
|
22d3dfbcd4
gpu: Rewrite virtual memory manager using PageTable.
|
7 жил өмнө |
|
param_package.cpp
|
690f326613
citra_qt/configuration: misc input tab improvements
|
7 жил өмнө |
|
param_package.h
|
690f326613
citra_qt/configuration: misc input tab improvements
|
7 жил өмнө |
|
quaternion.h
|
1b855efd5e
common/vector_math: Move Vec[x] types into the Common namespace
|
7 жил өмнө |
|
ring_buffer.h
|
ab6dfa4fa5
ring_buffer: Use std::atomic_size_t in a static assert
|
7 жил өмнө |
|
scm_rev.cpp.in
|
be4641c43f
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
|
7 жил өмнө |
|
scm_rev.h
|
be4641c43f
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
|
7 жил өмнө |
|
scope_exit.h
|
096be16636
Format: Run the new clang format on everything
|
8 жил өмнө |
|
string_util.cpp
|
e696ed1f4d
am: Deglobalize software keyboard applet
|
7 жил өмнө |
|
string_util.h
|
e696ed1f4d
am: Deglobalize software keyboard applet
|
7 жил өмнө |
|
swap.h
|
3e930304fe
Merge pull request #2090 from FearlessTobi/port-4599
|
7 жил өмнө |
|
telemetry.cpp
|
60f476cd8f
common/telemetry: Migrate core-independent info gathering to common
|
8 жил өмнө |
|
telemetry.h
|
585b6a6a50
compatdb: Use a seperate endpoint for testcase submission
|
7 жил өмнө |
|
thread.cpp
|
1bf5a337a5
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
|
7 жил өмнө |
|
thread.h
|
93f7677402
common/thread: Make Barrier's 'count' member non-const
|
7 жил өмнө |
|
thread_queue_list.h
|
f71c598907
common/thread_queue_list: Remove unnecessary dependency on boost
|
7 жил өмнө |
|
threadsafe_queue.h
|
2195f10d15
Adressed review comments
|
7 жил өмнө |
|
timer.cpp
|
38a1113674
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"
|
8 жил өмнө |
|
timer.h
|
38a1113674
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"
|
8 жил өмнө |
|
uint128.cpp
|
b0d70096a1
common/uint128: Add missing top-file source text
|
7 жил өмнө |
|
uint128.h
|
f2c41ba256
common/uint128: Add missing header guard
|
7 жил өмнө |
|
vector_math.h
|
1b855efd5e
common/vector_math: Move Vec[x] types into the Common namespace
|
7 жил өмнө |
|
web_result.h
|
183a664405
web_backend: Make Client use the PImpl idiom
|
7 жил өмнө |