Add Satellaview entry to path config

This commit is contained in:
Morilli 2023-03-17 10:40:09 +01:00
parent 3c7fd55f70
commit 44bf67e8a3
1 changed files with 3 additions and 0 deletions

View File

@ -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")),