mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 19:39:09 +01:00
- added some texure cleanups
This commit is contained in:
parent
02a7bb4846
commit
dc967db949
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
@ -559,6 +559,10 @@ void CMenu::_Theme_Cleanup(void)
|
||||
TexHandle.Cleanup(theme.pbarTexLS);
|
||||
TexHandle.Cleanup(theme.pbarTexRS);
|
||||
TexHandle.Cleanup(theme.pbarTexCS);
|
||||
/* plugin game snapshot and overlay */
|
||||
TexHandle.Cleanup(m_game_snap);
|
||||
TexHandle.Cleanup(m_game_overlay);
|
||||
|
||||
/* Other Theme Stuff */
|
||||
for(TexSet::iterator texture = theme.texSet.begin(); texture != theme.texSet.end(); ++texture)
|
||||
TexHandle.Cleanup(texture->second);
|
||||
|
@ -208,6 +208,12 @@ bool CMenu::_gameinfo(void)
|
||||
TexHandle.Cleanup(m_cart);
|
||||
TexHandle.Cleanup(m_snap);
|
||||
TexHandle.Cleanup(m_overlay);
|
||||
for(u8 i = 0; i < ARRAY_SIZE(m_gameinfoLblControlsReq); i++)
|
||||
TexHandle.Cleanup(m_controlsreq[i]);
|
||||
for(u8 i = 0; i < ARRAY_SIZE(m_gameinfoLblControls); i++)
|
||||
TexHandle.Cleanup(m_controls[i]);
|
||||
TexHandle.Cleanup(m_wifi);
|
||||
TexHandle.Cleanup(m_rating);
|
||||
return launchGame;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user