mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 03:27:59 -05:00
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#define APP_TITLE APP_NAME " " APP_VERSION
|
||||
#define COPYRIGHT "Copyright (C) 2013-2014 Citra Team"
|
||||
|
||||
EmuThread::EmuThread(GRenderWindow* render_window) :
|
||||
EmuThread::EmuThread(GRenderWindow* render_window) :
|
||||
filename(""), exec_cpu_step(false), cpu_running(false),
|
||||
stop_run(false), render_window(render_window)
|
||||
{
|
||||
@ -42,7 +42,7 @@ void EmuThread::run()
|
||||
if (cpu_running)
|
||||
{
|
||||
Core::RunLoop();
|
||||
}
|
||||
}
|
||||
else if (exec_cpu_step)
|
||||
{
|
||||
exec_cpu_step = false;
|
||||
|
Reference in New Issue
Block a user