mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-11 01:25:15 +02:00
Input: Detect Classic Controller Pro as Classic Controller (#1614)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user