mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-fixed changing themes for sure now
This commit is contained in:
parent
eb2c3962d5
commit
a9bd69d7c7
@ -473,7 +473,10 @@ void CMenu::cleanup(bool ios_reload)
|
|||||||
MusicPlayer::DestroyInstance();
|
MusicPlayer::DestroyInstance();
|
||||||
SoundHandler::DestroyInstance();
|
SoundHandler::DestroyInstance();
|
||||||
soundDeinit();
|
soundDeinit();
|
||||||
|
|
||||||
|
if(!m_reload)
|
||||||
m_vid.cleanup();
|
m_vid.cleanup();
|
||||||
|
|
||||||
if (!ios_reload)
|
if (!ios_reload)
|
||||||
{
|
{
|
||||||
LWP_MutexDestroy(m_mutex);
|
LWP_MutexDestroy(m_mutex);
|
||||||
|
Loading…
Reference in New Issue
Block a user