mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-12 11:59:08 +01:00
- fixed a small issue with custom backgrounds
This commit is contained in:
parent
c33e07076d
commit
cc62795644
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
@ -55,9 +55,10 @@ void CMenu::_setMainBg()
|
||||
switch(m_current_view)
|
||||
{
|
||||
case COVERFLOW_CHANNEL:
|
||||
if(m_cfg.getInt(CHANNEL_DOMAIN, "channels_type") & CHANNELS_EMU)
|
||||
strncpy(m_plugin.PluginMagicWord, "454E414E", 9);
|
||||
else
|
||||
strncpy(m_plugin.PluginMagicWord, "4E414E44", 9);
|
||||
//EMUCHANNEL:
|
||||
//strncpy(m_plugin.PluginMagicWord, "454E414E", 9);
|
||||
break;
|
||||
case COVERFLOW_HOMEBREW:
|
||||
strncpy(m_plugin.PluginMagicWord, "48425257", 9);
|
||||
|
Loading…
x
Reference in New Issue
Block a user