aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/psx_gpu_if.c
diff options
context:
space:
mode:
authorAutechre2020-10-23 05:06:26 +0200
committerGitHub2020-10-23 05:06:26 +0200
commitaccedc82b01fe5834a805a9872405d51de1d5c06 (patch)
tree8e489b86af71d3b081c125d5eb234b0fd6b68f17 /plugins/gpu_neon/psx_gpu_if.c
parente592293a48af1d63b6973135fcd2677e5e04e17e (diff)
parentc765eb86debdc06fe304511bc2edbb6f3e3d7813 (diff)
downloadpcsx_rearmed-accedc82b01fe5834a805a9872405d51de1d5c06.tar.gz
pcsx_rearmed-accedc82b01fe5834a805a9872405d51de1d5c06.tar.bz2
pcsx_rearmed-accedc82b01fe5834a805a9872405d51de1d5c06.zip
Merge pull request #462 from justinweiss/threaded-rendering
Add a threaded renderer
Diffstat (limited to 'plugins/gpu_neon/psx_gpu_if.c')
-rw-r--r--plugins/gpu_neon/psx_gpu_if.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c
index 3f3805a..81b9bae 100644
--- a/plugins/gpu_neon/psx_gpu_if.c
+++ b/plugins/gpu_neon/psx_gpu_if.c
@@ -204,3 +204,9 @@ void renderer_set_config(const struct rearmed_cbs *cbs)
}
}
+void renderer_sync(void)
+{
+}
+void renderer_notify_update_lace(int updated)
+{
+}