aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-06-16 01:07:35 +0300
committernotaz2011-08-13 00:57:32 +0300
commit8dd855cd6cdab41d1e38637a020681137eceb457 (patch)
treea59acf74ad035f8705234e62cdd0dfa201cbf095 /plugins/gpu_neon/gpu.h
parentddd56f6edd12d393d15f31a35af8939c58808400 (diff)
downloadpcsx_rearmed-8dd855cd6cdab41d1e38637a020681137eceb457.tar.gz
pcsx_rearmed-8dd855cd6cdab41d1e38637a020681137eceb457.tar.bz2
pcsx_rearmed-8dd855cd6cdab41d1e38637a020681137eceb457.zip
gpu_neon: partially support range regs
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 {