diff options
author | Mai M <mathew1800@gmail.com> | 2022-04-24 23:43:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 23:43:31 +0200 |
commit | 9d642539167f8429359670f6d4476d46ff8982ad (patch) | |
tree | 2baae9e2c1a57c8d26be9ed8d117958f69f3882f /src/core/core.h | |
parent | Merge pull request #8249 from german77/queued (diff) | |
parent | Remove unused PrepareReschedule function (diff) | |
download | yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.gz yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.bz2 yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.lz yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.xz yuzu-9d642539167f8429359670f6d4476d46ff8982ad.tar.zst yuzu-9d642539167f8429359670f6d4476d46ff8982ad.zip |
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h index 52ff90359..4a0c7dc84 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -194,9 +194,6 @@ public: [[nodiscard]] const Core::TelemetrySession& TelemetrySession() const; /// Prepare the core emulation for a reschedule - void PrepareReschedule(); - - /// Prepare the core emulation for a reschedule void PrepareReschedule(u32 core_index); /// Gets and resets core performance statistics |