mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-24 11:02:14 +00:00
7 lines
133 B
C
7 lines
133 B
C
#ifndef GFX_SCREEN_CONFIG_H
|
|
#define GFX_SCREEN_CONFIG_H
|
|
|
|
#define DESIRED_SCREEN_WIDTH 1024
|
|
#define DESIRED_SCREEN_HEIGHT 768
|
|
|
|
#endif
|