mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Do not re-use the old game window if the renderer changed
This commit is contained in:
parent
2ac171a30f
commit
c443326fb1
4 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue