diff options
| author | 2019-04-02 09:22:53 -0400 | |
|---|---|---|
| committer | 2019-10-15 11:55:12 -0400 | |
| commit | fcc6b34fff3c9322a35e6457a699e70585a7e014 (patch) | |
| tree | 7fbd96994170ff2707f65e42dc6a4832c6531d07 /src/core/core.h | |
| parent | Comment and reorganize the scheduler (diff) | |
| download | yuzu-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.h | 3 |
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 | ||