mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Added preliminary Wiimote plugin spec, and an empty test plugin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@508 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -61,6 +61,10 @@ class CPluginOptions
|
||||
wxButton* GraphicConfig;
|
||||
wxStaticText* GraphicText;
|
||||
wxChoice* GraphicSelection;
|
||||
wxButton* WiimoteAbout;
|
||||
wxButton* WiimoteConfig;
|
||||
wxStaticText* WiimoteText;
|
||||
wxChoice* WiimoteSelection;
|
||||
////GUI Control Declaration End
|
||||
|
||||
private:
|
||||
@ -72,6 +76,10 @@ class CPluginOptions
|
||||
enum
|
||||
{
|
||||
////GUI Enum Control ID Start
|
||||
ID_WIIMOTE_ABOUT = 1038,
|
||||
ID_WIIMOTE_CONFIG = 1037,
|
||||
ID_WIIMOTE_TEXT = 1036,
|
||||
ID_WIIMOTE_CB = 1035,
|
||||
ID_CANCEL = 1034,
|
||||
ID_APPLY = 1033,
|
||||
ID_OK = 1032,
|
||||
|
Reference in New Issue
Block a user