Skip to content

Commit

Permalink
fix #142
Browse files Browse the repository at this point in the history
  • Loading branch information
daPhie79 committed Sep 9, 2018
1 parent aa5bf7f commit a817c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FoldersManagerForm.cs
Expand Up @@ -25,6 +25,8 @@ public static string FoldersXmlPath
return Path.Combine(Path.Combine(Program.BaseDirectoryExternal, ConfigIni.ConfigDir), "folders.xml");
case hakchi.ConsoleType.Famicom:
return Path.Combine(Path.Combine(Program.BaseDirectoryExternal, ConfigIni.ConfigDir), "folders_famicom.xml");
case hakchi.ConsoleType.ShonenJump:
return Path.Combine(Path.Combine(Program.BaseDirectoryExternal, ConfigIni.ConfigDir), "folders_shonen_jump.xml");
case hakchi.ConsoleType.SNES_EUR:
return Path.Combine(Path.Combine(Program.BaseDirectoryExternal, ConfigIni.ConfigDir), "folders_snes_eur.xml");
case hakchi.ConsoleType.SNES_USA:
Expand Down

0 comments on commit a817c66

Please sign in to comment.