gpu_neon: partially support range regs
[pcsx_rearmed.git] / plugins / gpu_neon / gpu.h
index ebf2640..8813a44 100644 (file)
@@ -45,7 +45,9 @@ struct psx_gpu {
     };
   } status;
   struct {
+    int hres, vres;
     int x, y, w, h;
+    int x1, x2;
     int y1, y2;
   } screen;
   struct {