mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 18:47:52 +00:00
core: Keep track of telemetry for the current emulation session.
This commit is contained in:
parent
f9a850bb59
commit
e65f4cc882
5 changed files with 83 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue