Change default config file name

This commit is contained in:
illusion98 2019-10-06 08:40:56 -05:00 committed by illusion
parent 3fa1829044
commit 1bbf73441e
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;