Qt: Implement FIFO Player

This commit is contained in:
spycrab
2017-08-30 16:44:28 +02:00
parent aa8bf71333
commit 474b1c2d5c
10 changed files with 435 additions and 5 deletions

View File

@ -116,6 +116,8 @@ void MenuBar::AddToolsMenu()
AddAction(gc_ipl, tr("PAL"), this, [this] { emit BootGameCubeIPL(DiscIO::Region::PAL); });
AddAction(tools_menu, tr("Start &NetPlay..."), this, &MenuBar::StartNetPlay);
AddAction(tools_menu, tr("FIFO Player"), this, &MenuBar::ShowFIFOPlayer);
tools_menu->addSeparator();
// Label will be set by a NANDRefresh later