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=c761bd6e9ac221b25b9728241b8496230024876a;hp=3b3e1de555b33415629f1d96bfc32b02aec28a6e;hb=c7945666b47fa5636762bfa52cd6328125d607c4;hpb=d825e872b9b7062b9d9aff4c6b5069cfed0600de diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 3b3e1de5..c761bd6e 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -87,6 +87,7 @@ struct psx_gpu { extern struct psx_gpu gpu; extern const unsigned char cmd_lengths[256]; +void flush_cmd_buffer(void); void do_cmd_list(uint32_t *list, int count);