Skip to content
Snippets Groups Projects
Commit e8aaab2f authored by Charles Lombardo's avatar Charles Lombardo
Browse files

android: Don't reinitialize settings on emulation start

Config is already initialized on application start
parent 0c55248f
No related branches found
No related tags found
No related merge requests found
...@@ -262,9 +262,6 @@ public: ...@@ -262,9 +262,6 @@ public:
Core::SystemResultStatus InitializeEmulation(const std::string& filepath) { Core::SystemResultStatus InitializeEmulation(const std::string& filepath) {
std::scoped_lock lock(m_mutex); std::scoped_lock lock(m_mutex);
// Loads the configuration.
Config{};
// Create the render window. // Create the render window.
m_window = std::make_unique<EmuWindow_Android>(&m_input_subsystem, m_native_window, m_window = std::make_unique<EmuWindow_Android>(&m_input_subsystem, m_native_window,
m_vulkan_library); m_vulkan_library);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment