1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 17:36:30 -05:00

Merge pull request #97 from archshift/cleanup

Small, general code cleanup
This commit is contained in:
bunnei
2014-09-13 22:58:58 -04:00
6 changed files with 32 additions and 48 deletions

View File

@@ -19,9 +19,8 @@
#define COPYRIGHT "Copyright (C) 2013-2014 Citra Team"
EmuThread::EmuThread(GRenderWindow* render_window) :
exec_cpu_step(false), cpu_running(false),
render_window(render_window), filename(""),
stop_run(false)
filename(""), exec_cpu_step(false), cpu_running(false),
stop_run(false), render_window(render_window)
{
}