aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dcmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/dcmain.cpp')
-rw-r--r--backends/dc/dcmain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp
index 43962487ed..1d82deb46d 100644
--- a/backends/dc/dcmain.cpp
+++ b/backends/dc/dcmain.cpp
@@ -219,8 +219,9 @@ int DCLauncherDialog::runModal()
exit(0);
// Set the game path.
+ ConfMan.addGameDomain(base);
if(dir != NULL)
- ConfMan.set("path", dir, Common::ConfigManager::kTransientDomain);
+ ConfMan.set("path", dir, base);
// Set the target.
_detector.setTarget(base);