route .32x files to pico drive

This commit is contained in:
adelikat 2017-07-10 20:54:41 -05:00
parent 91741ca65b
commit 6074bd94e9
2 changed files with 4 additions and 1 deletions

View File

@ -908,6 +908,9 @@ namespace BizHawk.Client.Common
core = CoreInventory.Instance["GEN", "Genplus-gx"];
}
break;
case "32X":
core = CoreInventory.Instance["GEN", "PicoDrive"];
break;
}

View File

@ -349,7 +349,7 @@ namespace BizHawk.Emulation.Common
game.System = "UZE";
break;
case ".32X":
game.System = "GEN";
game.System = "32X";
game.AddOption("32X", "true");
break;
}