Skip to content

Commit 44bf67e

Browse files
committed
Add Satellaview entry to path config
1 parent 3c7fd55 commit 44bf67e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BizHawk.Client.Common/config/PathEntryCollection.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public class PathEntryCollection : IEnumerable<PathEntry>
6161
[VSystemID.Raw.NDS] = "NDS",
6262
[VSystemID.Raw.Sega32X] = "Sega 32X",
6363
[VSystemID.Raw.GGL] = "Dual Game Gear",
64+
[VSystemID.Raw.Satellaview] = "Satellaview"
6465
};
6566

6667
private static PathEntry BaseEntryFor(string sysID, string path)
@@ -272,6 +273,8 @@ public void ResolveWithDefaults()
272273

273274
CommonEntriesFor(VSystemID.Raw.SAT, basePath: Path.Combine(".", "Saturn")),
274275

276+
CommonEntriesFor(VSystemID.Raw.Satellaview, basePath: Path.Combine(".", "Satellaview")),
277+
275278
CommonEntriesFor(VSystemID.Raw.SG, basePath: Path.Combine(".", "SG-1000")),
276279

277280
CommonEntriesFor(VSystemID.Raw.SMS, basePath: Path.Combine(".", "SMS")),

0 commit comments

Comments
 (0)