mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
WiimoteEmu: Implement TaTaCon extension.
This commit is contained in:
@ -32,6 +32,7 @@ private:
|
||||
void CreateNunchukLayout();
|
||||
void CreateTurntableLayout();
|
||||
void CreateUDrawTabletLayout();
|
||||
void CreateTaTaConLayout();
|
||||
void CreateMainLayout();
|
||||
|
||||
// Main
|
||||
@ -43,4 +44,5 @@ private:
|
||||
QGroupBox* m_nunchuk_box;
|
||||
QGroupBox* m_turntable_box;
|
||||
QGroupBox* m_udraw_tablet_box;
|
||||
QGroupBox* m_tatacon_box;
|
||||
};
|
||||
|
Reference in New Issue
Block a user