Fix hang issue with dragging games into the window (Windows)

This commit is contained in:
Henrik Rydgård
2025-02-25 12:35:28 -06:00
parent 9ac5134c55
commit 2b9d8b2c18
+1 -1
View File
@@ -100,6 +100,7 @@ static bool Run(GraphicsContext *ctx) {
return true;
}
break;
case CORE_POWERUP:
case CORE_POWERDOWN:
// Need to step the loop.
NativeFrame(ctx);
@@ -110,7 +111,6 @@ static bool Run(GraphicsContext *ctx) {
NativeFrame(ctx);
break;
case CORE_POWERUP:
case CORE_BOOT_ERROR:
// Exit loop!!
return true;