mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-09 13:36:35 +00: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