use "config/custom_configs/" for custom configs (backwards compatible)

This commit is contained in:
Megamouse
2019-01-21 21:31:49 +01:00
committed by Ani
parent 09a8f7ae53
commit 27f6f497a2
9 changed files with 185 additions and 102 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ public Q_SLOTS:
private Q_SLOTS:
void OnPlayOrPause();
void Boot(const std::string& path, bool direct = false, bool add_only = false);
void Boot(const std::string& path, bool direct = false, bool add_only = false, bool force_global_config = false);
void BootElf();
void BootGame();
void BootRsxCapture(std::string path = "");