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=6aa933e32722efadf1d1193dc82b5fd5248da25c;hp=c761bd6e9ac221b25b9728241b8496230024876a;hb=72e5023fade738954035199aacf4076c69c52477;hpb=c7945666b47fa5636762bfa52cd6328125d607c4 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index c761bd6e..6aa933e3 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; @@ -118,6 +118,7 @@ long GPUfreeze(uint32_t type, struct GPUFreeze *freeze); void GPUupdateLace(void); long GPUopen(void **dpy); long GPUclose(void); +void GPUvBlank(int is_vblank, int lcf); void GPUrearmedCallbacks(const struct rearmed_cbs *cbs_); #ifdef __cplusplus