mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Qt: Implement FIFO Player
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#include "DolphinQt2/ToolBar.h"
|
||||
|
||||
struct BootParameters;
|
||||
class FIFOPlayerWindow;
|
||||
class HotkeyScheduler;
|
||||
class LogConfigWidget;
|
||||
class LogWidget;
|
||||
@ -98,6 +99,7 @@ private:
|
||||
void ShowAboutDialog();
|
||||
void ShowHotkeyDialog();
|
||||
void ShowNetPlaySetupDialog();
|
||||
void ShowFIFOPlayer();
|
||||
|
||||
void NetPlayInit();
|
||||
bool NetPlayJoin();
|
||||
@ -137,4 +139,5 @@ private:
|
||||
GraphicsWindow* m_graphics_window;
|
||||
LogWidget* m_log_widget;
|
||||
LogConfigWidget* m_log_config_widget;
|
||||
FIFOPlayerWindow* m_fifo_window;
|
||||
};
|
||||
|
Reference in New Issue
Block a user