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=20194649e803b375767675cda4c9033851abd315;hp=7269a5265a11f4a1ddbe808ae1cb627a182fcb3e;hb=fb4c6fba4c83b2f00a78c331fd56e5d995ce02ab;hpb=a3a9f519f75d195891d466f77ceb43f90e24f713 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 7269a526..20194649 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -76,9 +76,10 @@ struct psx_gpu { struct { int32_t set:3; /* -1 auto, 0 off, 1 fixed */ uint32_t active:1; + uint32_t allow:1; uint32_t frame_ready:1; - uint32_t skipped_blits:5; const int *advice; + uint32_t last_flip_frame; } frameskip; };