mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-31 08:21:03 +00:00
@@ -170,7 +170,7 @@ namespace
|
|||||||
|
|
||||||
std::filesystem::path canonicalize_path(const std::filesystem::path& path)
|
std::filesystem::path canonicalize_path(const std::filesystem::path& path)
|
||||||
{
|
{
|
||||||
return canonical(absolute(path).parent_path()).make_preferred();
|
return canonical(absolute(path)).make_preferred();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setup_context(windows_emulator& win_emu, const emulator_settings& settings)
|
void setup_context(windows_emulator& win_emu, const emulator_settings& settings)
|
||||||
|
|||||||
Reference in New Issue
Block a user