mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 19:28:05 -05:00
common: Add a generic interface for logging telemetry fields.
This commit is contained in:
@ -38,6 +38,7 @@ set(SRCS
|
||||
param_package.cpp
|
||||
scm_rev.cpp
|
||||
string_util.cpp
|
||||
telemetry.cpp
|
||||
thread.cpp
|
||||
timer.cpp
|
||||
)
|
||||
@ -74,6 +75,7 @@ set(HEADERS
|
||||
string_util.h
|
||||
swap.h
|
||||
synchronized_wrapper.h
|
||||
telemetry.h
|
||||
thread.h
|
||||
thread_queue_list.h
|
||||
timer.h
|
||||
|
Reference in New Issue
Block a user