Fix Channel F and Uzebox default paths overlapping with other systems

This commit is contained in:
YoshiRulz 2021-11-18 21:31:20 +10:00
parent fdb13d4f38
commit 87191385b8
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions
src/BizHawk.Client.Common/config

View File

@ -369,7 +369,7 @@ namespace BizHawk.Client.Common
new(VSystemID.Raw.PCFX, 4, "Screenshots", Path.Combine(".", "Screenshots")),
new(VSystemID.Raw.PCFX, 5, "Cheats", Path.Combine(".", "Cheats")),
new(VSystemID.Raw.ChannelF, 0, "Base", Path.Combine(".", "ZXSpectrum")),
new(VSystemID.Raw.ChannelF, 0, "Base", Path.Combine(".", "Channel F")),
new(VSystemID.Raw.ChannelF, 1, "ROM", "."),
new(VSystemID.Raw.ChannelF, 2, "Savestates", Path.Combine(".", "State")),
new(VSystemID.Raw.ChannelF, 4, "Screenshots", Path.Combine(".", "Screenshots")),
@ -410,7 +410,7 @@ namespace BizHawk.Client.Common
new(VSystemID.Raw.MSX, 4, "Screenshots", Path.Combine(".", "Screenshots")),
new(VSystemID.Raw.MSX, 5, "Cheats", Path.Combine(".", "Cheats")),
new(VSystemID.Raw.UZE, 0, "Base", Path.Combine(".", "VEC")),
new(VSystemID.Raw.UZE, 0, "Base", Path.Combine(".", "Uzebox")),
new(VSystemID.Raw.UZE, 1, "ROM", "."),
new(VSystemID.Raw.UZE, 2, "Savestates", Path.Combine(".", "State")),
new(VSystemID.Raw.UZE, 3, "Save RAM", Path.Combine(".", "SaveRAM")),