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"];
|
||||
}
|
||||
|
||||
break;
|
||||
case "32X":
|
||||
core = CoreInventory.Instance["GEN", "PicoDrive"];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue