X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=227aaaacc6d231ae7be1d25ec3b85056fc52779a;hb=1c72b1c2337be47ef7be2254209cc61a6407fdbb;hp=c761bd6e9ac221b25b9728241b8496230024876a;hpb=c7945666b47fa5636762bfa52cd6328125d607c4;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index c761bd6e..227aaaac 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -68,7 +68,7 @@ struct psx_gpu { uint32_t *hcnt; /* hsync count */ struct { uint32_t addr; - uint32_t words; + uint32_t cycles; uint32_t frame; uint32_t hcnt; } last_list;