diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-04-02 15:22:53 +0200 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-10-15 17:55:12 +0200 |
commit | fcc6b34fff3c9322a35e6457a699e70585a7e014 (patch) | |
tree | 7fbd96994170ff2707f65e42dc6a4832c6531d07 /src/core/core.h | |
parent | Comment and reorganize the scheduler (diff) | |
download | yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.gz yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.bz2 yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.lz yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.xz yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.tar.zst yuzu-fcc6b34fff3c9322a35e6457a699e70585a7e014.zip |
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: /// Prepare the core emulation for a reschedule void PrepareReschedule(); + /// Prepare the core emulation for a reschedule + void PrepareReschedule(s32 core_index); + /// Gets and resets core performance statistics PerfStatsResults GetAndResetPerfStats(); |