1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-09 22:32:08 -06:00

Revert "Quality-of-Life Improvements"

This commit is contained in:
ddutchie
2024-03-15 22:26:16 +00:00
parent e1538413e9
commit 5d8f3f7cb1
128 changed files with 1530 additions and 499 deletions

View File

@@ -122,6 +122,7 @@ class GPUDirtyMemoryManager;
class PerfStats;
class Reporter;
class SpeedLimiter;
class TelemetrySession;
struct PerfStatsResults;
@@ -217,6 +218,12 @@ public:
*/
[[nodiscard]] bool IsPoweredOn() const;
/// Gets a reference to the telemetry session for this emulation session.
[[nodiscard]] Core::TelemetrySession& TelemetrySession();
/// Gets a reference to the telemetry session for this emulation session.
[[nodiscard]] const Core::TelemetrySession& TelemetrySession() const;
/// Prepare the core emulation for a reschedule
void PrepareReschedule(u32 core_index);