]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/rtg/rtg_driver_amiga/pigfx.c
Fix RTG driver build script, update driver to allow higher resolutions
[pistorm] / platforms / amiga / rtg / rtg_driver_amiga / pigfx.c
index 37c75b0d00a1d9fd9645596ace9ac5efa0ae9580..c1e6b674bbd45ec6cae9fecb6430fd8fa8895e55 100644 (file)
@@ -280,10 +280,10 @@ int InitCard(__REGA0(struct BoardInfo* b)) {
   b->BitsPerCannon = 8;
 
   for(i = 0; i < MAXMODES; i++) {
-    b->MaxHorValue[i] = 1920;
-    b->MaxVerValue[i] = 1080;
-    b->MaxHorResolution[i] = 1920;
-    b->MaxVerResolution[i] = 1080;
+    b->MaxHorValue[i] = 8192;
+    b->MaxVerValue[i] = 8192;
+    b->MaxHorResolution[i] = 8192;
+    b->MaxVerResolution[i] = 8192;
     b->PixelClockCount[i] = 1;
   }