Fixup default config-path (#10863)

Fixes #10862
This commit is contained in:
Eladash 2021-09-12 21:28:48 +03:00 committed by GitHub
parent 91fefd4671
commit fe6cb4774e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ class Emulator final
video_renderer m_default_renderer;
std::string m_default_graphics_adapter;
std::string m_config_path;
std::string m_config_path = cfg_keys::title_id;
std::string m_path;
std::string m_path_old;
std::string m_title_id;