mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Increase default resolution by a little bit
This commit is contained in:
parent
607590fcaf
commit
8a7778bbff
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef GFX_SCREEN_CONFIG_H
|
||||
#define GFX_SCREEN_CONFIG_H
|
||||
|
||||
#define DESIRED_SCREEN_WIDTH 640
|
||||
#define DESIRED_SCREEN_HEIGHT 480
|
||||
#define DESIRED_SCREEN_WIDTH 800
|
||||
#define DESIRED_SCREEN_HEIGHT 600
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue