NeoGeo: remove fixed path, support for subfolders.

This commit is contained in:
sorgelig
2019-07-29 04:04:44 +08:00
parent 48c7d7b28c
commit ca2fbe5b7a
5 changed files with 117 additions and 110 deletions

View File

@@ -49,6 +49,7 @@ direntext_t* flist_SelectedItem();
#define SCANO_CORES 4 // only include subdirectories with prefix '_'
#define SCANO_COEFF 8
#define SCANO_NEOGEO 16
#define SCANO_NOENTER 32
void FindStorage();
int getStorage(int from_setting);