NeoGeo: fix backup save/load. Move CD indexes to 1 and 2.

This commit is contained in:
sorgelig
2019-08-12 00:32:33 +08:00
parent d1baebf276
commit 9d8d6d1f18
3 changed files with 6 additions and 6 deletions

View File

@@ -1607,7 +1607,7 @@ void HandleUI(void)
// ElectronAsh.
strcpy(SelectedPath + strlen(SelectedPath) - 3, "CUE");
printf("Checking for presence of CUE file %s\n", SelectedPath);
if (user_io_file_mount(SelectedPath, 1))
if (user_io_file_mount(SelectedPath, 2))
{
printf("CUE file found and mounted.\n");
parse_cue_file();