This commit is contained in:
Alberto Fustinoni 2017-06-20 00:04:10 +09:00
parent 08d4f35c2b
commit 9eb853058b

View File

@ -552,7 +552,6 @@ int load_rom(char *filename)
}
/* auto-detect CD image file */
//No CD support
size = cdd_load(filename, (char *)(cart.rom));
if (size < 0)
{