mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-02 06:09:13 +00:00
Fixed stupid bool to int conversion warnings.
This commit is contained in:
parent
a76059377d
commit
3a2c0b778a
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
}
|
||||
void OnReconnectOnLoad(wxCommandEvent& event)
|
||||
{
|
||||
SConfig::GetInstance().m_WiimoteReconnectOnLoad = event.GetInt();
|
||||
SConfig::GetInstance().m_WiimoteReconnectOnLoad = event.IsChecked();
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue