Skip to content

Commit

Permalink
Wii: Fix SGB borders (fixes #874)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Oct 1, 2017
1 parent abb852b commit f7c935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/wii/main.c
Expand Up @@ -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);
Expand Down

0 comments on commit f7c935f

Please sign in to comment.