summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar Merry2022-04-24 12:10:16 +0100
committerGravatar Merry2022-04-24 12:10:16 +0100
commit91a6df0361708176fc5500d9783c5266e52eb7b7 (patch)
tree2baae9e2c1a57c8d26be9ed8d117958f69f3882f /src/core/core.h
parentMerge pull request #8249 from german77/queued (diff)
downloadyuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.gz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.tar.xz
yuzu-91a6df0361708176fc5500d9783c5266e52eb7b7.zip
Remove unused PrepareReschedule function
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
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:
194 [[nodiscard]] const Core::TelemetrySession& TelemetrySession() const; 194 [[nodiscard]] const Core::TelemetrySession& TelemetrySession() const;
195 195
196 /// Prepare the core emulation for a reschedule 196 /// Prepare the core emulation for a reschedule
197 void PrepareReschedule();
198
199 /// Prepare the core emulation for a reschedule
200 void PrepareReschedule(u32 core_index); 197 void PrepareReschedule(u32 core_index);
201 198
202 /// Gets and resets core performance statistics 199 /// Gets and resets core performance statistics