mirror of https://github.com/PCSX2/pcsx2.git
parent
84e0f315ad
commit
4105fe41fb
|
@ -59,9 +59,9 @@ GamepadConfiguration::GamepadConfiguration(int pad, wxWindow* parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Initialize the frame
|
* Initialize the frame
|
||||||
Check if a gamepad is detected
|
* Check if a gamepad is detected
|
||||||
Check if the gamepad support rumbles
|
* Check if the gamepad support rumbles
|
||||||
*/
|
*/
|
||||||
void GamepadConfiguration::InitGamepadConfiguration()
|
void GamepadConfiguration::InitGamepadConfiguration()
|
||||||
{
|
{
|
||||||
|
@ -145,7 +145,7 @@ void GamepadConfiguration::OnCheckboxChange(wxCommandEvent& event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Checkbox event, called when the value of the choice box change
|
* Checkbox event, called when the value of the choice box change
|
||||||
*/
|
*/
|
||||||
void GamepadConfiguration::OnChoiceChange(wxCommandEvent& event)
|
void GamepadConfiguration::OnChoiceChange(wxCommandEvent& event)
|
||||||
|
|
|
@ -52,8 +52,8 @@ JoystickConfiguration::JoystickConfiguration(int pad, bool left, wxWindow* paren
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Initialize the frame
|
* Initialize the frame
|
||||||
Check if a gamepad is detected
|
* Check if a gamepad is detected
|
||||||
*/
|
*/
|
||||||
void JoystickConfiguration::InitJoystickConfiguration()
|
void JoystickConfiguration::InitJoystickConfiguration()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue