summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-04-02 09:22:53 -0400
committerGravatar FernandoS272019-10-15 11:55:12 -0400
commitfcc6b34fff3c9322a35e6457a699e70585a7e014 (patch)
tree7fbd96994170ff2707f65e42dc6a4832c6531d07 /src/core/core.h
parentComment and reorganize the scheduler (diff)
downloadyuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.gz
yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.xz
yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.zip
Correct PrepareReschedule
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 2a002f6d7..0d1008895 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -185,6 +185,9 @@ public:
185 /// Prepare the core emulation for a reschedule 185 /// Prepare the core emulation for a reschedule
186 void PrepareReschedule(); 186 void PrepareReschedule();
187 187
188 /// Prepare the core emulation for a reschedule
189 void PrepareReschedule(s32 core_index);
190
188 /// Gets and resets core performance statistics 191 /// Gets and resets core performance statistics
189 PerfStatsResults GetAndResetPerfStats(); 192 PerfStatsResults GetAndResetPerfStats();
190 193