Skip to content

Commit

Permalink
Moved mainline core definition file from _main.cfg to /data/cores.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 6, 2014
1 parent 8bd1bd9 commit 396f1ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/game_config_manager.cpp
Expand Up @@ -127,7 +127,7 @@ void game_config_manager::load_game_config(FORCE_RELOAD_CONFIG force_reload,
cache_.get_config(get_wml_location(preferences::wml_tree_root()), game_config_);
// Load the mainline core definitions to make sure switching back is always possible.
config default_core_cfg;
cache_.get_config(game_config::path, default_core_cfg);
cache_.get_config(game_config::path + "/data/cores.cfg", default_core_cfg);
game_config_.append(default_core_cfg);

main_transaction.lock();
Expand Down

0 comments on commit 396f1ea

Please sign in to comment.