Removed the GC Adapter "Use Thread" option as it was not useful.

This commit is contained in:
skidau
2015-03-05 23:30:43 +11:00
parent e5277a5f49
commit 4cf4cee30e
5 changed files with 7 additions and 93 deletions

View File

@ -64,11 +64,6 @@ public:
SConfig::GetInstance().m_GameCubeAdapter = event.IsChecked();
event.Skip();
}
void OnGameCubeAdapterThread(wxCommandEvent& event)
{
SConfig::GetInstance().m_GameCubeAdapterThread = event.IsChecked();
event.Skip();
}
private:
wxStaticBoxSizer* CreateGamecubeSizer();