X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpulib%2Fgpu.h;h=d1a3a75be0838dc4e712d58aa053e77c09f11e1e;hb=5201e92fd5476d5022d0e74521c50334ebf94935;hp=64d2eec946cdc0a781912ea8c3ca9c4c336b38a4;hpb=e09212db7aff5064a7eaaa9008f8c69d465c54f7;p=pcsx_rearmed.git diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h index 64d2eec9..d1a3a75b 100644 --- a/plugins/gpulib/gpu.h +++ b/plugins/gpulib/gpu.h @@ -90,6 +90,8 @@ struct psx_gpu { uint32_t allow:1; uint32_t frame_ready:1; const int *advice; + const int *force; + int *dirty; uint32_t last_flip_frame; uint32_t pending_fill[3]; } frameskip;