mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
reimplement Stop
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user