core: Keep track of telemetry for the current emulation session.
This commit is contained in:
parent
a4760e939f
commit
f3e14cae1e
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