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=3b3e1de555b33415629f1d96bfc32b02aec28a6e;hp=8ad71c29e84272ed1d44ac48f2adb61c8c4e8c3d;hb=9fe27e257939224d5a85975dee39f63f50b7e3dc;hpb=cbbd8dd7705d5cb7c748a7ffaf2ccc74893b3910 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 8ad71c29..3b3e1de5 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -74,7 +74,8 @@ struct psx_gpu { } last_list; } state; struct { - int32_t set:3; /* -1 auto, 0 off, 1 fixed */ + int32_t set:3; /* -1 auto, 0 off, 1-3 fixed */ + int32_t cnt:3; /* amount skipped in a row */ uint32_t active:1; uint32_t allow:1; uint32_t frame_ready:1;