diff options
| author | 2014-05-17 11:59:18 -0400 | |
|---|---|---|
| committer | 2014-05-17 11:59:18 -0400 | |
| commit | 265c770a9d663b96a9a422201bac3dd454fa95c0 (patch) | |
| tree | e7a1682450b857d80cc2ed0f863f4a82b81142bd /src/citra_qt/bootmanager.cpp | |
| parent | Merge pull request #17 from bunnei/arm-vfp (diff) | |
| download | yuzu-265c770a9d663b96a9a422201bac3dd454fa95c0.tar.gz yuzu-265c770a9d663b96a9a422201bac3dd454fa95c0.tar.xz yuzu-265c770a9d663b96a9a422201bac3dd454fa95c0.zip | |
updated how we call ARM core to make things much faster
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 31958ac28..cf9e1bffc 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | #include "core/core.h" | 7 | #include "core/core.h" |
| 8 | #include "core/loader.h" | 8 | #include "core/loader.h" |
| 9 | #include "core/hw/hw.h" | ||
| 10 | |||
| 9 | #include "video_core/video_core.h" | 11 | #include "video_core/video_core.h" |
| 10 | 12 | ||
| 11 | #include "version.h" | 13 | #include "version.h" |
| @@ -40,6 +42,7 @@ void EmuThread::run() | |||
| 40 | emit CPUStepped(); | 42 | emit CPUStepped(); |
| 41 | } | 43 | } |
| 42 | } | 44 | } |
| 45 | HW::Update(); | ||
| 43 | } | 46 | } |
| 44 | 47 | ||
| 45 | Core::Stop(); | 48 | Core::Stop(); |