Skip to content
Snippets Groups Projects
Commit 9c0efdb7 authored by archshift's avatar archshift
Browse files

bootmanager::EmuThread: fixed initialization order

parent 0167e914
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,8 @@ ...@@ -19,9 +19,8 @@
#define COPYRIGHT "Copyright (C) 2013-2014 Citra Team" #define COPYRIGHT "Copyright (C) 2013-2014 Citra Team"
EmuThread::EmuThread(GRenderWindow* render_window) : EmuThread::EmuThread(GRenderWindow* render_window) :
exec_cpu_step(false), cpu_running(false), filename(""), exec_cpu_step(false), cpu_running(false),
render_window(render_window), filename(""), stop_run(false), render_window(render_window)
stop_run(false)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment