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
commit 5481115e71
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)
{
}