Shmup/src/config.h

12 lines
117 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define DEBUG_MODE 0
#define USB 0
#define MORE_RAM 1
#define CALCEMU 1
#endif