diff --git a/src/platform/3ds/ctr-gpu.h b/src/platform/3ds/ctr-gpu.h index a761815a0..e49c8cecc 100644 --- a/src/platform/3ds/ctr-gpu.h +++ b/src/platform/3ds/ctr-gpu.h @@ -17,7 +17,7 @@ struct ctrTexture { u16 height; }; -inline void ctrTexture_Init(struct ctrTexture* tex) { +static inline void ctrTexture_Init(struct ctrTexture* tex) { tex->data = NULL; tex->format = GPU_RGB565; tex->filter = GPU_NEAREST;