Change default config file name

This commit is contained in:
illusion98 2019-10-06 08:40:56 -05:00 committed by illusion
parent 0957851868
commit 32263bb208
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ std::shared_ptr<cpptoml::table> ParseFile(const std::wstring& filename) {
CmdVar(config, "", "Specifies the target config to load.");
namespace config {
std::wstring config_name = L"xenia.config.toml";
std::wstring config_name = L"xenia-canary-config.toml";
std::wstring config_folder;
std::wstring config_path;
std::wstring game_config_suffix = L".config.toml";