Add Satellaview entry to path config
This commit is contained in:
parent
3c7fd55f70
commit
44bf67e8a3
|
@ -61,6 +61,7 @@ namespace BizHawk.Client.Common
|
|||
[VSystemID.Raw.NDS] = "NDS",
|
||||
[VSystemID.Raw.Sega32X] = "Sega 32X",
|
||||
[VSystemID.Raw.GGL] = "Dual Game Gear",
|
||||
[VSystemID.Raw.Satellaview] = "Satellaview"
|
||||
};
|
||||
|
||||
private static PathEntry BaseEntryFor(string sysID, string path)
|
||||
|
@ -272,6 +273,8 @@ namespace BizHawk.Client.Common
|
|||
|
||||
CommonEntriesFor(VSystemID.Raw.SAT, basePath: Path.Combine(".", "Saturn")),
|
||||
|
||||
CommonEntriesFor(VSystemID.Raw.Satellaview, basePath: Path.Combine(".", "Satellaview")),
|
||||
|
||||
CommonEntriesFor(VSystemID.Raw.SG, basePath: Path.Combine(".", "SG-1000")),
|
||||
|
||||
CommonEntriesFor(VSystemID.Raw.SMS, basePath: Path.Combine(".", "SMS")),
|
||||
|
|
Loading…
Reference in New Issue