mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/GamecubeControllersWidget: Disable dropdowns during netplay.
This commit is contained in:
@ -13,6 +13,11 @@ class QGridLayout;
|
||||
class QGroupBox;
|
||||
class QPushButton;
|
||||
|
||||
namespace Core
|
||||
{
|
||||
enum class State;
|
||||
}
|
||||
|
||||
class GamecubeControllersWidget final : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -20,7 +25,7 @@ public:
|
||||
explicit GamecubeControllersWidget(QWidget* parent);
|
||||
|
||||
private:
|
||||
void LoadSettings();
|
||||
void LoadSettings(Core::State state);
|
||||
void SaveSettings();
|
||||
|
||||
void OnGCTypeChanged(size_t index);
|
||||
|
Reference in New Issue
Block a user