mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 22:38:38 -05:00
Implemented graceful closing of the GLFW window, along with emulation.
This commit is contained in:
@ -34,7 +34,7 @@ int __cdecl main(int argc, char **argv) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
while(true) {
|
||||
while (emu_window->IsOpen()) {
|
||||
Core::RunLoop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user