reimplement Stop

This commit is contained in:
Arisotura
2020-05-20 22:58:04 +02:00
parent 2ebb21ce3b
commit a9b275bc25
5 changed files with 54 additions and 8 deletions

View File

@ -55,7 +55,7 @@
char* EmuDirectory;
void Stop(bool internal);
void emuStop();
namespace Platform
@ -133,7 +133,7 @@ void DeInit()
void StopEmu()
{
//Stop(true);
emuStop();
}