mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-24 11:22:39 +01:00
7 lines
150 B
C
7 lines
150 B
C
#ifndef EMULATOR_SETUP_H
|
|
#define EMULATOR_SETUP_H
|
|
|
|
//Disc image filename to load for disc image builds
|
|
#define DISC_IMAGE_FILENAME "TOMB5.CUE"
|
|
|
|
#endif |