Wii: Fix SGB borders (fixes #874)

This commit is contained in:
Vicki Pfau 2017-10-01 14:56:49 -07:00
parent abb852b949
commit f7c935f217
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#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);