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=2b661e642541330815f8d40cc6bea20151a7bf59;hp=bb2d6f65d17ab669887b0d242d015276c6b2eefb;hb=6e9bdaef8c8387cb824a3cb6166e3a0b905d13fa;hpb=fc84f6188a55f2548956356c0eda64945183cafc diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index bb2d6f65..2b661e64 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;