diff options
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 758f71fda..20623c939 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | #define APP_TITLE APP_NAME " " APP_VERSION | 23 | #define APP_TITLE APP_NAME " " APP_VERSION |
| 24 | #define COPYRIGHT "Copyright (C) 2013-2014 Citra Team" | 24 | #define COPYRIGHT "Copyright (C) 2013-2014 Citra Team" |
| 25 | 25 | ||
| 26 | EmuThread::EmuThread(GRenderWindow* render_window) : | 26 | EmuThread::EmuThread(GRenderWindow* render_window) : |
| 27 | filename(""), exec_cpu_step(false), cpu_running(false), | 27 | filename(""), exec_cpu_step(false), cpu_running(false), |
| 28 | stop_run(false), render_window(render_window) | 28 | stop_run(false), render_window(render_window) |
| 29 | { | 29 | { |
| @@ -42,7 +42,7 @@ void EmuThread::run() | |||
| 42 | if (cpu_running) | 42 | if (cpu_running) |
| 43 | { | 43 | { |
| 44 | Core::RunLoop(); | 44 | Core::RunLoop(); |
| 45 | } | 45 | } |
| 46 | else if (exec_cpu_step) | 46 | else if (exec_cpu_step) |
| 47 | { | 47 | { |
| 48 | exec_cpu_step = false; | 48 | exec_cpu_step = false; |