X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;fp=plugins%2Fgpu_neon%2Fgpu.h;h=7269a5265a11f4a1ddbe808ae1cb627a182fcb3e;hp=5ededcb3640b2a002e8217576e364abcc08896a8;hb=3ece2f0c51ef6b679cd5765900b567ef47dde1e8;hpb=95df1a043efd3a11b3cdf90d647fc1b3a96a2c88 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 5ededcb3..7269a526 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;