diff options
| author | 2017-11-25 14:56:57 +0100 | |
|---|---|---|
| committer | 2018-01-08 19:10:25 -0500 | |
| commit | 82151d407d8021fa8865cf8dd51c4d5cf0a4b702 (patch) | |
| tree | 739df280fddbecb50e1a2fa690abe8749486ea2d /src/core/core.cpp | |
| parent | IPC: Make DuplicateSession return the Domain instead of the Session if the re... (diff) | |
| download | yuzu-82151d407d8021fa8865cf8dd51c4d5cf0a4b702.tar.gz yuzu-82151d407d8021fa8865cf8dd51c4d5cf0a4b702.tar.xz yuzu-82151d407d8021fa8865cf8dd51c4d5cf0a4b702.zip | |
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
* CoreTiming: New CoreTiming; Add Test for CoreTiming
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index d7e2450ff..40ef58f59 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -54,6 +54,7 @@ System::ResultStatus System::RunLoop(int tight_loop) { | |||
| 54 | CoreTiming::Advance(); | 54 | CoreTiming::Advance(); |
| 55 | PrepareReschedule(); | 55 | PrepareReschedule(); |
| 56 | } else { | 56 | } else { |
| 57 | CoreTiming::Advance(); | ||
| 57 | cpu_core->Run(tight_loop); | 58 | cpu_core->Run(tight_loop); |
| 58 | } | 59 | } |
| 59 | 60 | ||