mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix debug build
This commit is contained in:
parent
3b91d7aab1
commit
04d542e241
|
@ -17,7 +17,7 @@ struct ctrTexture {
|
||||||
u16 height;
|
u16 height;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline void ctrTexture_Init(struct ctrTexture* tex) {
|
static inline void ctrTexture_Init(struct ctrTexture* tex) {
|
||||||
tex->data = NULL;
|
tex->data = NULL;
|
||||||
tex->format = GPU_RGB565;
|
tex->format = GPU_RGB565;
|
||||||
tex->filter = GPU_NEAREST;
|
tex->filter = GPU_NEAREST;
|
||||||
|
|
Loading…
Reference in New Issue