all repos — mgba @ 04d542e241fe2d2e3e5c5ba07038e868e7483457

mGBA Game Boy Advance Emulator

3DS: Fix debug build
Jeffrey Pfau jeffrey@endrift.com
Tue, 29 Dec 2015 07:25:01 -0500
commit

04d542e241fe2d2e3e5c5ba07038e868e7483457

parent

3b91d7aab177bb07f594b90b30fb8acc8b05e16c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/3ds/ctr-gpu.hsrc/platform/3ds/ctr-gpu.h

@@ -17,7 +17,7 @@ u16 width;

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;