mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Add emulated Shinkansen controller
This commit is contained in:
@ -33,6 +33,7 @@ private:
|
||||
void CreateUDrawTabletLayout();
|
||||
void CreateDrawsomeTabletLayout();
|
||||
void CreateTaTaConLayout();
|
||||
void CreateShinkansenLayout();
|
||||
void CreateMainLayout();
|
||||
|
||||
// Main
|
||||
@ -46,4 +47,5 @@ private:
|
||||
QGroupBox* m_udraw_tablet_box;
|
||||
QGroupBox* m_drawsome_tablet_box;
|
||||
QGroupBox* m_tatacon_box;
|
||||
QGroupBox* m_shinkansen_box;
|
||||
};
|
||||
|
Reference in New Issue
Block a user