Do not re-use the old game window if the renderer changed

This commit is contained in:
Megamouse 2025-01-04 18:35:03 +01:00
parent 2ac171a30f
commit c443326fb1
4 changed files with 12 additions and 3 deletions

View file

@ -1147,7 +1147,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool is_disc_patch,
bool resolve_path_as_vfs_path = false;
const bool from_dev_flash = IsPathInsideDir(m_path, g_cfg_vfs.get_dev_flash());
const bool from_dev_flash = IsPathInsideDir(m_path, g_cfg_vfs.get_dev_flash());
std::string savestate_build_version;
std::string savestate_creation_date;