Make LAST_DIR actually last one

This commit is contained in:
luigiblood 2017-03-24 18:11:49 +01:00
parent 54515ca8e6
commit 83367d3439
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ enum s9x_getdirtype
IPS_DIR,
BIOS_DIR,
LOG_DIR,
LAST_DIR,
SAT_DIR
SAT_DIR,
LAST_DIR
};
void S9xUsage (void);