route .32x files to pico drive
This commit is contained in:
parent
91741ca65b
commit
6074bd94e9
|
@ -908,6 +908,9 @@ namespace BizHawk.Client.Common
|
||||||
core = CoreInventory.Instance["GEN", "Genplus-gx"];
|
core = CoreInventory.Instance["GEN", "Genplus-gx"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
case "32X":
|
||||||
|
core = CoreInventory.Instance["GEN", "PicoDrive"];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -349,7 +349,7 @@ namespace BizHawk.Emulation.Common
|
||||||
game.System = "UZE";
|
game.System = "UZE";
|
||||||
break;
|
break;
|
||||||
case ".32X":
|
case ".32X":
|
||||||
game.System = "GEN";
|
game.System = "32X";
|
||||||
game.AddOption("32X", "true");
|
game.AddOption("32X", "true");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue