Skip to content

Commit 0669d70

Browse files
authored
Merge pull request #20 from Wires77/portrait_mode
Reduce minimum size for portrait mode
2 parents ca2bbd6 + e02d306 commit 0669d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
#define CFG_VID_DEFDISPLAY "-1"
1919
#define CFG_VID_DEFFULLSCREEN "0"
2020
#define CFG_VID_DEFRESIZABLE "0"
21-
#define CFG_VID_MINWIDTH 1280
21+
#define CFG_VID_MINWIDTH 1080
2222
#define CFG_VID_MINHEIGHT 720

0 commit comments

Comments
 (0)