mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-23 12:23:41 +00: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