mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 11:29:09 +01:00
-removed three redundant lines and added information that our
new wii light file is already modified
This commit is contained in:
parent
6d80081c04
commit
fc9aed8352
@ -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
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user