mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 19:07:40 +00:00
Fixed black screen on Steam Link
This commit is contained in:
parent
3f167a5a7f
commit
c490b54e08
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
#define SCREEN_HEIGHT 320
|
#define SCREEN_HEIGHT 320
|
||||||
#else
|
#else
|
||||||
#define SCREEN_WIDTH 512
|
#define SCREEN_WIDTH 512
|
||||||
#define SCREEN_HEIGHT 317
|
#define SCREEN_HEIGHT 320
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This is indexed by SDL_GameControllerButton. */
|
/* This is indexed by SDL_GameControllerButton. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue