mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Added a callback option instead of using a thread to read the GC adapter.
This commit is contained in:
@ -108,6 +108,7 @@ struct SConfig : NonCopyable
|
||||
// Input settings
|
||||
bool m_BackgroundInput;
|
||||
bool m_GameCubeAdapter;
|
||||
bool m_GameCubeAdapterThread;
|
||||
|
||||
SysConf* m_SYSCONF;
|
||||
|
||||
|
Reference in New Issue
Block a user