Added a callback option instead of using a thread to read the GC adapter.

This commit is contained in:
skidau
2015-01-05 12:43:26 +11:00
parent 8e9ff68352
commit 519970c003
5 changed files with 93 additions and 11 deletions

View File

@ -108,6 +108,7 @@ struct SConfig : NonCopyable
// Input settings
bool m_BackgroundInput;
bool m_GameCubeAdapter;
bool m_GameCubeAdapterThread;
SysConf* m_SYSCONF;