Files
mk64/include/config.h
T
2020-10-14 21:13:33 -07:00

17 lines
291 B
C

#ifndef CONFIG_H
#define CONFIG_H
/**
* @file config.h
* A catch-all file for configuring various bugfixes and other settings in MK64
*/
// Screen Size Defines
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 240
// Border Height Define for NTSC Versions
#define BORDER_HEIGHT 1
#endif