mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
Qt: Implement FIFO Player
This commit is contained in:
parent
aa8bf71333
commit
474b1c2d5c
10 changed files with 435 additions and 5 deletions
|
@ -62,6 +62,8 @@ signals:
|
|||
|
||||
// Tools
|
||||
void BootGameCubeIPL(DiscIO::Region region);
|
||||
void ShowFIFOPlayer();
|
||||
void ShowAboutDialog();
|
||||
|
||||
// Options
|
||||
void Configure();
|
||||
|
@ -77,8 +79,6 @@ signals:
|
|||
void GameListPlatformVisibilityToggled(const QString& row, bool visible);
|
||||
void GameListRegionVisibilityToggled(const QString& row, bool visible);
|
||||
|
||||
void ShowAboutDialog();
|
||||
|
||||
// Movie
|
||||
void PlayRecording();
|
||||
void StartRecording();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue