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=cc202c53de8d87a5731dc780856a7da892639008;hp=033581e87f5c6f97504bc6c939ae39f35436c0aa;hb=19e7cf877b6a925517238c59485edf5fe85bf2a1;hpb=9394ada5d3140e3426592a25722f4fe7083cce9d diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 033581e8..cc202c53 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -74,6 +74,7 @@ struct psx_gpu { uint32_t enabled:1; uint32_t active:1; uint32_t frame_ready:1; + uint32_t skipped_blits:5; const int *advice; } frameskip; };