sm64pc/src/pc/gfx/gfx_screen_config.h

8 lines
133 B
C
Raw Normal View History

2020-05-05 12:15:53 +00:00
#ifndef GFX_SCREEN_CONFIG_H
#define GFX_SCREEN_CONFIG_H
2020-10-22 00:27:12 +00:00
#define DESIRED_SCREEN_WIDTH 1366
#define DESIRED_SCREEN_HEIGHT 768
2020-05-05 12:15:53 +00:00
#endif