aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-11-19 22:25:59 +0200
committernotaz2011-11-19 22:25:59 +0200
commit6f2ee2becb1eb33cac685594f13468cef4d09684 (patch)
tree3fc48aa2f2c3ac9028c228322efebbd84b9df308 /plugins/gpu_neon/gpu.h
parent30f6e5edd98efed9c1624205e5c40c383e0db966 (diff)
downloadpcsx_rearmed-6f2ee2becb1eb33cac685594f13468cef4d09684.tar.gz
pcsx_rearmed-6f2ee2becb1eb33cac685594f13468cef4d09684.tar.bz2
pcsx_rearmed-6f2ee2becb1eb33cac685594f13468cef4d09684.zip
gpu_neon: support unai as rendering backend
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index 04f69ab..c3e13bb 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -10,6 +10,10 @@
#include <stdint.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#define CMD_BUFFER_LEN 1024
struct psx_gpu {
@@ -92,3 +96,7 @@ void renderer_flush_queues(void);
int vout_init(void);
int vout_finish(void);
+
+#ifdef __cplusplus
+}
+#endif