diff --git a/Source/Core/Core/IOS/FS/HostBackend/FS.h b/Source/Core/Core/IOS/FS/HostBackend/FS.h index b30e1742f6..162a0f8320 100644 --- a/Source/Core/Core/IOS/FS/HostBackend/FS.h +++ b/Source/Core/Core/IOS/FS/HostBackend/FS.h @@ -77,8 +77,8 @@ private: std::shared_ptr OpenHostFile(const std::string& host_path); std::string m_root_path; - std::array m_handles{}; std::map> m_open_files; + std::array m_handles{}; }; } // namespace IOS::HLE::FS