Change default config file name

This commit is contained in:
illusion98 2019-10-06 08:40:56 -05:00
parent e361cd9d40
commit ab7a2e9360
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;