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=20194649e803b375767675cda4c9033851abd315;hp=5ededcb3640b2a002e8217576e364abcc08896a8;hb=ee318a534ddda786d3727584cc6784bc5729276d;hpb=24de2dd4dbdd50e44c91c40ebbc7d59ee1c0ac9b diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 5ededcb3..20194649 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -64,8 +64,8 @@ struct psx_gpu { uint32_t zero; struct { uint32_t fb_dirty:1; - uint32_t frame_count; - uint32_t *hcnt; + uint32_t *frame_count; + uint32_t *hcnt; /* hsync count */ struct { uint32_t addr; uint32_t words; @@ -76,9 +76,10 @@ struct psx_gpu { struct { int32_t set:3; /* -1 auto, 0 off, 1 fixed */ uint32_t active:1; + uint32_t allow:1; uint32_t frame_ready:1; - uint32_t skipped_blits:5; const int *advice; + uint32_t last_flip_frame; } frameskip; };