From fe6cb4774e98b377ec0b2900820130bfd26b5318 Mon Sep 17 00:00:00 2001 From: Eladash Date: Sun, 12 Sep 2021 21:28:48 +0300 Subject: [PATCH] Fixup default config-path (#10863) Fixes #10862 --- rpcs3/Emu/System.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/System.h b/rpcs3/Emu/System.h index edd4b6b950..37e9712dc1 100644 --- a/rpcs3/Emu/System.h +++ b/rpcs3/Emu/System.h @@ -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;