This commit is contained in:
Arisotura
2024-10-24 14:00:11 +02:00
parent 6d3ea6a485
commit 1666049531
4 changed files with 34 additions and 22 deletions

View File

@ -623,7 +623,7 @@ void EmuThread::handleMessages()
break;
case msg_EjectGBACart:
emuInstance->ejectCart();
emuInstance->ejectGBACart();
break;
}