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 bb2d6f6..2b661e6 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -44,6 +44,8 @@ struct psx_gpu {
uint32_t lcf:1; // 31
};
} status;
+ uint32_t gp0;
+ uint32_t ex_regs[8];
struct {
int hres, vres;
int x, y, w, h;