-zzzZZZzz left memory usage display enabled

This commit is contained in:
fix94.1 2012-02-17 21:45:30 +00:00
parent 7905a0a9b0
commit ff0e302043
2 changed files with 2 additions and 2 deletions

View File

@ -1510,7 +1510,7 @@ void CMenu::_mainLoopCommon(bool withCF, bool blockReboot, bool adjusting)
Sys_Test();
}
if (withCF && m_gameSelected && m_gamesound_changed && (!m_gameSoundHdr) && !m_gameSound.IsPlaying() && MusicPlayer::Instance()->GetVolume() == 0)
if (withCF && m_gameSelected && m_gamesound_changed && (m_gameSoundHdr == NULL) && !m_gameSound.IsPlaying() && MusicPlayer::Instance()->GetVolume() == 0)
{
m_gameSound.Play(m_bnrSndVol);
m_gamesound_changed = false;

View File

@ -1,7 +1,7 @@
#ifndef __MENU_HPP
#define __MENU_HPP
//#define SHOWMEM 1
#define SHOWMEMGECKO
//#define SHOWMEMGECKO
#include <wiiuse/wpad.h>
#include <ogc/pad.h>