X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=8813a4473628466a6cfc908d780a0e6da1973c66;hp=ebf264009802eadddebd72a56b6b9beb50975f28;hb=8dd855cd6cdab41d1e38637a020681137eceb457;hpb=56f08d8331df07ee6b17dfdba0ca2b5f0b1058c8 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index ebf26400..8813a447 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -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 {