The two S3 Virge 375 variants now call the correct initialization procedure;

Fixed the bug that caused only one floppy drive to be listed in Settings.
This commit is contained in:
OBattler
2017-06-04 02:34:44 +02:00
parent fa174b79b2
commit bbe2e485a8
2 changed files with 4 additions and 3 deletions

View File

@@ -4023,12 +4023,12 @@ static void *s3_virge_375_init(wchar_t *romfn)
static void *s3_virge_375_1_init()
{
return s3_virge_init(L"roms/86c375_1.bin");
return s3_virge_375_init(L"roms/86c375_1.bin");
}
static void *s3_virge_375_4_init()
{
return s3_virge_init(L"roms/86c375_4.bin");
return s3_virge_375_init(L"roms/86c375_4.bin");
}
static void s3_virge_close(void *p)