mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Qt: Fix loading save state from manual file
This commit is contained in:
committed by
refractionpcsx2
parent
724957fbec
commit
25fa70fe9e
@@ -1893,7 +1893,9 @@ void MainWindow::loadSaveStateFile(const QString& filename, const QString& state
|
||||
{
|
||||
if (m_vm_valid)
|
||||
{
|
||||
g_emu_thread->loadState(filename);
|
||||
if (!filename.isEmpty() && m_current_disc_path != filename)
|
||||
g_emu_thread->changeDisc(m_current_disc_path);
|
||||
g_emu_thread->loadState(state_filename);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user