Mario Kart 64
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#ifndef CONFIG_H
2#define CONFIG_H
3
9// Screen Size Defines
10#define SCREEN_WIDTH 320
11#define SCREEN_HEIGHT 240
12
13#define STACKSIZE 0x2000
14
15// Border Height Define for NTSC Versions
16#define BORDER_HEIGHT 1
17
18#endif