mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fix warning
This commit is contained in:
parent
01502da9f7
commit
672a71de32
1 changed files with 1 additions and 1 deletions
|
@ -2200,7 +2200,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool is_disc_patch,
|
|||
if (m_localized_title != localized_title)
|
||||
{
|
||||
sys_log.notice("Localized Title was set from %s to %s", m_localized_title, localized_title);
|
||||
m_localized_title = std::move(localized_title);
|
||||
m_localized_title = localized_title;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue