mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-01 17:06:32 -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