X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=5ededcb3640b2a002e8217576e364abcc08896a8;hp=04f69ab855209adf7061bb1c15a4be2c5adfe2fd;hb=95df1a043efd3a11b3cdf90d647fc1b3a96a2c88;hpb=ea4a16e7665cf6b4a68f5c017b346547d6455470 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 04f69ab8..5ededcb3 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -10,6 +10,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + #define CMD_BUFFER_LEN 1024 struct psx_gpu { @@ -57,7 +61,6 @@ struct psx_gpu { int offset; } dma; int cmd_len; - const uint32_t *lcf_hc; uint32_t zero; struct { uint32_t fb_dirty:1; @@ -92,3 +95,7 @@ void renderer_flush_queues(void); int vout_init(void); int vout_finish(void); + +#ifdef __cplusplus +} +#endif