]> 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 b75fedcb01f5372253392c802dc9d93956d68b2c..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()) {