android: Don't reinitialize settings on emulation start

Config is already initialized on application start
This commit is contained in:
Charles Lombardo 2023-09-14 21:25:17 -04:00
parent 0c55248f92
commit e8aaab2fc1
1 changed files with 0 additions and 3 deletions

View File

@ -262,9 +262,6 @@ public:
Core::SystemResultStatus InitializeEmulation(const std::string& filepath) {
std::scoped_lock lock(m_mutex);
// Loads the configuration.
Config{};
// Create the render window.
m_window = std::make_unique<EmuWindow_Android>(&m_input_subsystem, m_native_window,
m_vulkan_library);