UI Para visor de memoria
This commit is contained in:
@@ -40,5 +40,5 @@ void RomInfo::on_rom_load(const std::string& rom_path)
|
||||
std::filesystem::path home = SDL_GetUserFolder(SDL_FOLDER_HOME);
|
||||
std::filesystem::path path = rom_path;
|
||||
|
||||
this->rom_path = std::filesystem::relative(path, home).string();
|
||||
this->rom_path = "~/" + std::filesystem::relative(path, home).string();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user