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=04f69ab855209adf7061bb1c15a4be2c5adfe2fd;hp=a0cdbf74e49b4d6143206a1d72a265a24c9682b7;hb=ea4a16e7665cf6b4a68f5c017b346547d6455470;hpb=366631aa62737a8a715e80bcb35cb198fae5fd29 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index a0cdbf74..04f69ab8 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -71,7 +71,7 @@ struct psx_gpu { } last_list; } state; struct { - uint32_t enabled:1; + int32_t set:3; /* -1 auto, 0 off, 1 fixed */ uint32_t active:1; uint32_t frame_ready:1; uint32_t skipped_blits:5;