yuzu-emu
/
yuzu-mainline
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-mainline/src/common
Lioncash c65a8fafa0 telemetry: Remove unnecessary Field constructor
We can just take the value parameter by value which allows both moving
into it, and copies at the same time, depending on the calling code.
2018-07-18 00:32:35 -04:00
..
logging Logging: Dump all logs in the queue on close in debug mode 2018-07-15 13:02:09 -06:00
x64 cpu_detect.cpp: Change comment from citra to yuzu 2018-03-26 21:43:39 +02:00
CMakeLists.txt common: Remove chunk_file.h and linear_disk_cache.h 2018-04-26 14:59:32 -04:00
alignment.h
assert.h Port #3474 from Citra 2018-07-07 14:17:44 +02:00
bit_field.h bit_field: Remove is_pod check, add is_trivially_copyable_v. 2018-04-17 18:00:18 -04:00
bit_set.h
break_points.cpp
break_points.h
cityhash.cpp common: Port cityhash code from Citra. 2018-04-13 23:48:22 -04:00
cityhash.h common: Port cityhash code from Citra. 2018-04-13 23:48:22 -04:00
color.h
common_funcs.h Port #3579 from Citra 2018-07-07 13:59:18 +02:00
common_paths.h Remove some references to Citra 2018-07-06 15:47:06 +02:00
common_types.h common_types: Convert typedefs to using aliases 2018-04-19 22:26:35 -04:00
file_util.cpp Revert "Virtual Filesystem (#597)" 2018-07-07 20:24:51 -07:00
file_util.h Revert "Virtual Filesystem (#597)" 2018-07-07 20:24:51 -07:00
hash.h common: Port cityhash code from Citra. 2018-04-13 23:48:22 -04:00
math_util.h math_util: Remove the Clamp() function 2018-04-20 10:14:13 -04:00
memory_util.cpp Port #3579 from Citra 2018-07-07 13:59:18 +02:00
memory_util.h
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
misc.cpp
param_package.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
param_package.h
quaternion.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
string_util.cpp More improvements to GDBStub (#653) 2018-07-12 20:22:59 -07:00
string_util.h Common/string_util: add StringFromBuffer function 2018-06-07 09:59:47 +03:00
swap.h Port #3579 from Citra 2018-07-07 13:59:18 +02:00
synchronized_wrapper.h
telemetry.cpp
telemetry.h telemetry: Remove unnecessary Field constructor 2018-07-18 00:32:35 -04:00
thread.cpp
thread.h common/thread: Remove unnecessary feature checking for thread_local 2018-04-19 22:41:18 -04:00
thread_queue_list.h
threadsafe_queue.h
timer.cpp string_util: Remove StringFromFormat() and related functions 2018-04-29 18:52:33 -04:00
timer.h
vector_math.h vector_math: Ensure members are always initialized 2018-05-01 21:25:25 -04:00