1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-19 01:35:16 -06:00

EmuThread: Remove unused filename attribute.

This commit is contained in:
bunnei
2015-04-16 19:19:05 -04:00
parent 762c1a9ff5
commit d5665fea89
3 changed files with 2 additions and 18 deletions

View File

@@ -211,7 +211,6 @@ void GMainWindow::BootGame(std::string filename)
registersWidget->OnDebugModeEntered();
callstackWidget->OnDebugModeEntered();
emu_thread->SetFilename(filename);
emu_thread->start();
render_window->show();