From 1e2589c229b6195043673b93430383d78dd642fe Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 13 Oct 2016 04:01:25 -0700 Subject: [PATCH] Fixed black screen on Steam Link --- test/testgamecontroller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testgamecontroller.c b/test/testgamecontroller.c index 1f059a4e3..38d2f7708 100644 --- a/test/testgamecontroller.c +++ b/test/testgamecontroller.c @@ -29,7 +29,7 @@ #define SCREEN_HEIGHT 320 #else #define SCREEN_WIDTH 512 -#define SCREEN_HEIGHT 317 +#define SCREEN_HEIGHT 320 #endif /* This is indexed by SDL_GameControllerButton. */