Wii: Fix SGB borders (fixes #874)
Vicki Pfau vi@endrift.com
Sun, 01 Oct 2017 14:56:49 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/wii/main.c
→
src/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);