all repos — mgba @ f7c935f217370c86078e3c5a7603f65cb87c092c

mGBA Game Boy Advance Emulator

Wii: Fix SGB borders (fixes #874)
Vicki Pfau vi@endrift.com
Sun, 01 Oct 2017 14:56:49 -0700
commit

f7c935f217370c86078e3c5a7603f65cb87c092c

parent

abb852b9496375004b8ac17b57bcfdf384ae7c05

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

jump to
M src/platform/wii/main.csrc/platform/wii/main.c

@@ -33,7 +33,7 @@ #define WIIMOTE_INPUT 0x5749494D

#define CLASSIC_INPUT 0x57494943 #define TEX_W 256 -#define TEX_H 160 +#define TEX_H 224 static void _mapKey(struct mInputMap* map, uint32_t binding, int nativeKey, enum GBAKey key) { mInputBindKey(map, binding, __builtin_ctz(nativeKey), key);