mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Removed the GC Adapter "Use Thread" option as it was not useful.
This commit is contained in:
parent
e5277a5f49
commit
4cf4cee30e
5 changed files with 7 additions and 93 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue