diff options
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 10542ba211..440cdbbf01 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -69,6 +69,7 @@ class Cpu; class ExclusiveMonitor; class FrameLimiter; class PerfStats; +class Reporter; class TelemetrySession; struct PerfStatsResults; @@ -290,6 +291,8 @@ public: const std::map<VAddr, std::string, std::greater<>>& GetRegisteredNSOModules() const; + const Reporter& GetReporter() const; + private: System(); |