mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
minor bug fix possible fix
This commit is contained in:
parent
6f62cdba5a
commit
4249942bb7
2 changed files with 1 additions and 6 deletions
|
@ -232,11 +232,6 @@ void MenuBar::AddToolsMenu()
|
||||||
|
|
||||||
tools_menu->addSeparator();
|
tools_menu->addSeparator();
|
||||||
|
|
||||||
tools_menu->addAction(tr("Start &NetPlay..."), this, &MenuBar::StartNetPlay);
|
|
||||||
tools_menu->addAction(tr("Browse &NetPlay Sessions...."), this, &MenuBar::BrowseNetPlay);
|
|
||||||
|
|
||||||
tools_menu->addSeparator();
|
|
||||||
|
|
||||||
QMenu* gc_ipl = tools_menu->addMenu(tr("Load GameCube Main Menu"));
|
QMenu* gc_ipl = tools_menu->addMenu(tr("Load GameCube Main Menu"));
|
||||||
|
|
||||||
m_ntscj_ipl = gc_ipl->addAction(tr("NTSC-J"), this,
|
m_ntscj_ipl = gc_ipl->addAction(tr("NTSC-J"), this,
|
||||||
|
|
|
@ -50,7 +50,7 @@ QIcon Resources::LoadNamedIcon(std::string_view name, const QString& dir)
|
||||||
for (auto scale : {1, 2, 4})
|
for (auto scale : {1, 2, 4})
|
||||||
load_png(scale);
|
load_png(scale);
|
||||||
|
|
||||||
ASSERT(icon.availableSizes().size() > 0);
|
// ASSERT(icon.availableSizes().size() > 0);
|
||||||
|
|
||||||
return icon;
|
return icon;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue