mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
reset after load, so you can choose another song (nw)
This commit is contained in:
parent
c592104973
commit
9604dc159a
@ -1677,6 +1677,8 @@ QUICKLOAD_LOAD_MEMBER(vgmplay_state, load_file)
|
||||
}
|
||||
}
|
||||
|
||||
m_vgmplay->reset();
|
||||
|
||||
return image_init_result::PASS;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user