CPlugin::GameReset should call RomClose, not RomClosed

This commit is contained in:
zilmar 2015-02-18 17:09:09 +11:00
parent 5a288052b8
commit 93404e32dc
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ void CPlugin::GameReset()
{ {
if (m_RomOpen) if (m_RomOpen)
{ {
RomClosed(); RomClose();
if (RomOpen) if (RomOpen)
{ {
RomOpen(); RomOpen();