Read game title from ini file, or titles.txt if it exists.

This commit is contained in:
Rachel Bryk
2014-10-22 17:25:00 -04:00
parent ce3a039eed
commit b1e14a65a2
4 changed files with 52 additions and 3 deletions

View File

@ -62,7 +62,7 @@
#define STATESAVES_DIR "StateSaves"
#define SCREENSHOTS_DIR "ScreenShots"
#define LOAD_DIR "Load"
#define HIRES_TEXTURES_DIR LOAD_DIR DIR_SEP "Textures"
#define HIRES_TEXTURES_DIR "Textures"
#define DUMP_DIR "Dump"
#define DUMP_TEXTURES_DIR "Textures"
#define DUMP_FRAMES_DIR "Frames"