]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/rtg/rtg-output-raylib.c
iRTG initial implementation
[pistorm] / platforms / amiga / rtg / rtg-output-raylib.c
index 4b43675efe95351b98965de9606e6b36804e73cc..5f33fdac803cc20b3bb2f141028cd893a8a4a583 100644 (file)
@@ -179,6 +179,9 @@ reinit_raylib:;
             } else if (GetScreenHeight() == 1080) {
                 dstscale.width = 1440;
                 dstscale.height = 1080;
+            } else if (GetScreenHeight() == 1200) {
+                dstscale.width = 1600;
+                dstscale.height = 1200;
             }
         } else {
             while (dstscale.height + height <= GetScreenHeight()) {
@@ -289,7 +292,7 @@ reinit_raylib:;
             reinit = 1;
             goto shutdown_raylib;
         }
-        if (!emulator_exiting) {
+        if (emulator_exiting) {
             goto shutdown_raylib;
         }
     }