-removed three redundant lines and added information that our

new wii light file is already modified
This commit is contained in:
fix94.1 2012-05-14 04:55:48 +00:00
parent 6d80081c04
commit fc9aed8352
4 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,8 @@
/**
* Gekko.h - Additional rendering routines for the Gekko platform.
* Gekko.c - Additional rendering routines for the Gekko platform.
*
* Copyright (c) 2009 Rhys "Shareese" Koedijk
* 2012 Modified by FIX94 for WiiFlow
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -1,7 +1,8 @@
/**
* Gekko.h - Additional rendering routines for the Gekko platform.
*
* Copyright (c) 2009 Rhys "Shareese" Koedijk
* Copyright (c) 2009 Rhys "Shareese" Koedijk
* 2012 Modified by FIX94 for WiiFlow
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -493,10 +493,7 @@ void CVideo::_showWaitMessages(CVideo *m)
VIDEO_WaitVSync();
}
if (m->m_useWiiLight)
{
wiiLightSetLevel(0);
wiiLightOff();
}
m->m_waitMessages.clear();
m->m_showingWaitMessages = false;
gprintf("Stop showing images\n");
@ -507,8 +504,6 @@ void CVideo::hideWaitMessage()
gprintf("Now hide wait message\n");
m_showWaitMessage = false;
CheckWaitThread();
wiiLightSetLevel(0);
wiiLightOff();
}

View File

@ -494,8 +494,6 @@ void CMenu::cleanup(bool ios_reload)
if (!ios_reload || (!m_use_wifi_gecko && ios_reload))
_deinitNetwork();
wiiLightSetLevel(0);
wiiLightOff();
gprintf(" \nMemory cleaned up\n");