mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Qt: Implement "Connect Wii Remotes" menu
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#include <QMenu>
|
||||
@ -64,6 +65,7 @@ signals:
|
||||
void BootGameCubeIPL(DiscIO::Region region);
|
||||
void ShowFIFOPlayer();
|
||||
void ShowAboutDialog();
|
||||
void ConnectWiiRemote(int id);
|
||||
|
||||
// Options
|
||||
void Configure();
|
||||
@ -135,6 +137,7 @@ private:
|
||||
QAction* m_import_backup;
|
||||
QAction* m_check_nand;
|
||||
QAction* m_extract_certificates;
|
||||
std::array<QAction*, 5> m_wii_remotes;
|
||||
|
||||
// Emulation
|
||||
QAction* m_play_action;
|
||||
|
Reference in New Issue
Block a user