aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.c
diff options
context:
space:
mode:
authornotaz2011-12-30 17:25:42 +0200
committernotaz2011-12-30 17:25:42 +0200
commitc7945666b47fa5636762bfa52cd6328125d607c4 (patch)
treec918033594edaa7b2197a7159bf2e864186d734f /plugins/gpu_neon/gpu.c
parentd825e872b9b7062b9d9aff4c6b5069cfed0600de (diff)
downloadpcsx_rearmed-c7945666b47fa5636762bfa52cd6328125d607c4.tar.gz
pcsx_rearmed-c7945666b47fa5636762bfa52cd6328125d607c4.tar.bz2
pcsx_rearmed-c7945666b47fa5636762bfa52cd6328125d607c4.zip
gpu_neon: flush cmd buffer before blit too
Diffstat (limited to 'plugins/gpu_neon/gpu.c')
-rw-r--r--plugins/gpu_neon/gpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c
index 4b18106..c68e81c 100644
--- a/plugins/gpu_neon/gpu.c
+++ b/plugins/gpu_neon/gpu.c
@@ -359,7 +359,7 @@ static int check_cmd(uint32_t *data, int count)
return count - pos;
}
-static void flush_cmd_buffer(void)
+void flush_cmd_buffer(void)
{
int left = check_cmd(gpu.cmd_buffer, gpu.cmd_len);
if (left > 0)