mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 20:38:17 -05:00
core: Keep track of telemetry for the current emulation session.
This commit is contained in:
@ -174,6 +174,7 @@ set(SRCS
|
||||
memory.cpp
|
||||
perf_stats.cpp
|
||||
settings.cpp
|
||||
telemetry_session.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
@ -366,6 +367,7 @@ set(HEADERS
|
||||
mmio.h
|
||||
perf_stats.h
|
||||
settings.h
|
||||
telemetry_session.h
|
||||
)
|
||||
|
||||
include_directories(../../externals/dynarmic/include)
|
||||
|
Reference in New Issue
Block a user