mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Refactor of filesystem functions. Fixed crashes where fs errors weren't caught correctly
Addresses the crash mentioned in #462
This commit is contained in:
@@ -53,7 +53,7 @@ namespace hex {
|
||||
std::list<std::string> m_popupsToOpen;
|
||||
std::vector<int> m_pressedKeys;
|
||||
|
||||
fs::path m_imguiSettingsPath;
|
||||
std::fs::path m_imguiSettingsPath;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user