parent
488b2954d6
commit
1d6a4460d0
|
@ -15,14 +15,14 @@ namespace BizHawk.Client.Common
|
|||
["Global_NULL"] = "Global",
|
||||
["INTV"] = "Intellivision",
|
||||
["NES"] = "NES",
|
||||
["SNES_SGB"] = "SNES",
|
||||
["SNES"] = "SNES",
|
||||
["GBA"] = "GBA",
|
||||
["SMS"] = "SMS",
|
||||
["GG"] = "GG",
|
||||
["SG"] = "SG",
|
||||
["GEN"] = "Genesis",
|
||||
["PCE_PCECD_SGX"] = "PC Engine",
|
||||
["GB_GBC"] = "Gameboy",
|
||||
["GB_GBC_SGB"] = "Gameboy",
|
||||
["DGB"] = "Dual Gameboy",
|
||||
["TI83"] = "TI83",
|
||||
["A26"] = "Atari 2600",
|
||||
|
@ -171,12 +171,12 @@ namespace BizHawk.Client.Common
|
|||
new("NES", 5, "Cheats", Path.Combine(".", "Cheats")),
|
||||
new("NES", 6, "Palettes", Path.Combine(".", "Palettes")),
|
||||
|
||||
new("SNES_SGB", 0, "Base", Path.Combine(".", "SNES")),
|
||||
new("SNES_SGB", 1, "ROM", "."),
|
||||
new("SNES_SGB", 2, "Savestates", Path.Combine(".", "State")),
|
||||
new("SNES_SGB", 3, "Save RAM", Path.Combine(".", "SaveRAM")),
|
||||
new("SNES_SGB", 4, "Screenshots", Path.Combine(".", "Screenshots")),
|
||||
new("SNES_SGB", 5, "Cheats", Path.Combine(".", "Cheats")),
|
||||
new("SNES", 0, "Base", Path.Combine(".", "SNES")),
|
||||
new("SNES", 1, "ROM", "."),
|
||||
new("SNES", 2, "Savestates", Path.Combine(".", "State")),
|
||||
new("SNES", 3, "Save RAM", Path.Combine(".", "SaveRAM")),
|
||||
new("SNES", 4, "Screenshots", Path.Combine(".", "Screenshots")),
|
||||
new("SNES", 5, "Cheats", Path.Combine(".", "Cheats")),
|
||||
|
||||
new("GBA", 0, "Base", Path.Combine(".", "GBA")),
|
||||
new("GBA", 1, "ROM", "."),
|
||||
|
@ -220,13 +220,13 @@ namespace BizHawk.Client.Common
|
|||
new("PCE_PCECD_SGX", 4, "Screenshots", Path.Combine(".", "Screenshots")),
|
||||
new("PCE_PCECD_SGX", 5, "Cheats", Path.Combine(".", "Cheats")),
|
||||
|
||||
new("GB_GBC", 0, "Base", Path.Combine(".", "Gameboy")),
|
||||
new("GB_GBC", 1, "ROM", "."),
|
||||
new("GB_GBC", 2, "Savestates", Path.Combine(".", "State")),
|
||||
new("GB_GBC", 3, "Save RAM", Path.Combine(".", "SaveRAM")),
|
||||
new("GB_GBC", 4, "Screenshots", Path.Combine(".", "Screenshots")),
|
||||
new("GB_GBC", 5, "Cheats", Path.Combine(".", "Cheats")),
|
||||
new("GB_GBC", 6, "Palettes", Path.Combine(".", "Palettes")),
|
||||
new("GB_GBC_SGB", 0, "Base", Path.Combine(".", "Gameboy")),
|
||||
new("GB_GBC_SGB", 1, "ROM", "."),
|
||||
new("GB_GBC_SGB", 2, "Savestates", Path.Combine(".", "State")),
|
||||
new("GB_GBC_SGB", 3, "Save RAM", Path.Combine(".", "SaveRAM")),
|
||||
new("GB_GBC_SGB", 4, "Screenshots", Path.Combine(".", "Screenshots")),
|
||||
new("GB_GBC_SGB", 5, "Cheats", Path.Combine(".", "Cheats")),
|
||||
new("GB_GBC_SGB", 6, "Palettes", Path.Combine(".", "Palettes")),
|
||||
|
||||
new("DGB", 0, "Base", Path.Combine(".", "Dual Gameboy")),
|
||||
new("DGB", 1, "ROM", "."),
|
||||
|
|
Loading…
Reference in New Issue