mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
fix coding derp
This commit is contained in:
parent
d250f7b201
commit
77343ee03e
@ -72,13 +72,14 @@ AppInfo(const char *title, string dir, u8* icon)
|
||||
viewdevice = new GuiImage(new GuiImageData(Theme.usb_inactive));
|
||||
icon = true;
|
||||
}
|
||||
#ifndef VWII
|
||||
#ifndef VWII
|
||||
else if(strncmp(dir.c_str(), "dvd", 3) == 0)
|
||||
{
|
||||
viewdevice = new GuiImage(new GuiImageData(Theme.dvd_inactive));
|
||||
icon = true;
|
||||
}
|
||||
else if(strncmp(dir.c_str(), "gca", 3) == 0)
|
||||
{
|
||||
viewdevice = new GuiImage(new GuiImageData(Theme.gca_inactive));
|
||||
icon = true;
|
||||
}
|
||||
@ -87,7 +88,7 @@ AppInfo(const char *title, string dir, u8* icon)
|
||||
viewdevice = new GuiImage(new GuiImageData(Theme.gcb_inactive));
|
||||
icon = true;
|
||||
}
|
||||
|
||||
#endif
|
||||
if(icon)
|
||||
{
|
||||
viewdevice->SetAlignment(ALIGN_LEFT, ALIGN_TOP);
|
||||
|
Loading…
Reference in New Issue
Block a user