Fix audio stop of fullscreen
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
parent
a376bc5cb8
commit
21653173ed
|
@ -42,6 +42,7 @@ void retro_init(void)
|
|||
|
||||
void retro_deinit(void)
|
||||
{
|
||||
mpv_terminate_destroy(mpv);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -170,7 +171,6 @@ static void context_destroy(void)
|
|||
filepath = NULL;
|
||||
|
||||
mpv_opengl_cb_uninit_gl(mpv_gl);
|
||||
mpv_terminate_destroy(mpv);
|
||||
log_cb(RETRO_LOG_INFO, "Context destroyed.\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue