X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu_arm.h;fp=plugins%2Fgpu_unai%2Fgpu_arm.h;h=b9f8f97cc0584ce357dc437d8e58a85497085fba;hp=0000000000000000000000000000000000000000;hb=4cfc568dce10c4ff9a476e229c56b17f8f1ed678;hpb=5a920d326f0508f941d6cfc6c42500e961f82a72 diff --git a/plugins/gpu_unai/gpu_arm.h b/plugins/gpu_unai/gpu_arm.h new file mode 100644 index 00000000..b9f8f97c --- /dev/null +++ b/plugins/gpu_unai/gpu_arm.h @@ -0,0 +1,14 @@ +#ifndef __GPU_UNAI_GPU_ARM_H__ +#define __GPU_UNAI_GPU_ARM_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +void draw_spr16_full(u16 *d, void *s, u16 *pal, int lines); + +#ifdef __cplusplus +} +#endif + +#endif /* __GPU_UNAI_GPU_ARM_H__ */