X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu.h;fp=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu.h;h=687715a5566fc92b517286ae256b99f7450f8526;hp=c40c8ae4aa03697c602b1b765c095b40cef19ebd;hb=8412166f53abb220b85e0aff47924c04724abfa4;hpb=42dde520a83b9c391b41b0eceecb1ce3eaed7e72 diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu.h b/plugins/gpu_neon/psx_gpu/psx_gpu.h index c40c8ae4..687715a5 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu.h +++ b/plugins/gpu_neon/psx_gpu/psx_gpu.h @@ -255,7 +255,7 @@ void flush_render_block_buffer(psx_gpu_struct *psx_gpu); void initialize_psx_gpu(psx_gpu_struct *psx_gpu, u16 *vram); u32 gpu_parse(psx_gpu_struct *psx_gpu, u32 *list, u32 size, - s32 *cpu_cycles, u32 *last_command); + s32 *cpu_cycles_sum_out, s32 *cpu_cycles_last, u32 *last_command); void triangle_benchmark(psx_gpu_struct *psx_gpu);