From cb7b823cc1b6b587f38146fc378659130f63a7f2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 13 Oct 2016 02:09:37 -0700 Subject: [PATCH] Fixed black screen on Steam Link --- test/controllermap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllermap.c b/test/controllermap.c index e7bf0bb5e228b..0728838d34d78 100644 --- a/test/controllermap.c +++ b/test/controllermap.c @@ -26,7 +26,7 @@ #define SCREEN_HEIGHT 480 #else #define SCREEN_WIDTH 512 -#define SCREEN_HEIGHT 317 +#define SCREEN_HEIGHT 320 #endif #define MAP_WIDTH 512