early-access version 2367

main
pineappleEA 2022-01-03 23:29:40 +01:00
parent 9e96785343
commit 34a8274cf2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 2366.
This is the source code for early-access 2367.
## Legal Notice

View File

@ -1557,6 +1557,8 @@ void GMainWindow::ShutdownGame() {
emu_thread->wait();
emu_thread = nullptr;
emulation_running = false;
discord_rpc->Update();
// The emulation is stopped, so closing the window or not does not matter anymore
@ -1595,8 +1597,6 @@ void GMainWindow::ShutdownGame() {
emu_frametime_label->setVisible(false);
renderer_status_button->setEnabled(true);
emulation_running = false;
game_path.clear();
// When closing the game, destroy the GLWindow to clear the context after the game is closed