mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
fix bugs with SPI shutdown
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
void Stop();
|
||||
void Stop(bool internal);
|
||||
|
||||
|
||||
namespace Platform
|
||||
@ -75,7 +75,7 @@ u8 PacketBuffer[2048];
|
||||
|
||||
void StopEmu()
|
||||
{
|
||||
Stop();
|
||||
Stop(true);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user