mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
WiimoteEmu: Implement uDraw GameTablet.
This commit is contained in:
@ -31,6 +31,7 @@ private:
|
||||
void CreateNoneLayout();
|
||||
void CreateNunchukLayout();
|
||||
void CreateTurntableLayout();
|
||||
void CreateUDrawTabletLayout();
|
||||
void CreateMainLayout();
|
||||
|
||||
// Main
|
||||
@ -41,4 +42,5 @@ private:
|
||||
QGroupBox* m_none_box;
|
||||
QGroupBox* m_nunchuk_box;
|
||||
QGroupBox* m_turntable_box;
|
||||
QGroupBox* m_udraw_tablet_box;
|
||||
};
|
||||
|
Reference in New Issue
Block a user