X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpulib%2Fgpu.h;h=d1a3a75be0838dc4e712d58aa053e77c09f11e1e;hb=db0df4bd25f7f13fb6c6d02fc82a952a9c1baa23;hp=64d2eec946cdc0a781912ea8c3ca9c4c336b38a4;hpb=c765eb86debdc06fe304511bc2edbb6f3e3d7813;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;