mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-24 15:17:31 -05:00
Input: Detect Classic Controller Pro as Classic Controller (#1614)
This commit is contained in:
parent
e91740cf29
commit
0a121c97c7
|
|
@ -323,6 +323,7 @@ void WiimoteControllerProvider::reader_thread()
|
|||
break;
|
||||
case kExtensionClassicPro:
|
||||
cemuLog_logDebug(LogType::Force,"Extension Type Received: Classic Pro");
|
||||
new_state.m_extension = ClassicData{};
|
||||
break;
|
||||
case kExtensionGuitar:
|
||||
cemuLog_logDebug(LogType::Force,"Extension Type Received: Guitar");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user