mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
Emscripten: Stop audio on reset
This commit is contained in:
@@ -32,7 +32,11 @@ MAKO::MAKO(NACT* parent, const Config& config) :
|
||||
cd_track[i] = 0;
|
||||
}
|
||||
|
||||
MAKO::~MAKO() {}
|
||||
MAKO::~MAKO()
|
||||
{
|
||||
stop_pcm();
|
||||
stop_music();
|
||||
}
|
||||
|
||||
void MAKO::play_music(int page)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user