aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index ebf2640..8813a44 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 {