mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 17:28:29 +12:00
[Linux/MacOS] Further Wiimote changes for parity with Windows (#945)
This commit is contained in:
parent
d8b9a74d86
commit
5e84862e28
8 changed files with 23 additions and 19 deletions
|
@ -976,7 +976,7 @@ void InputSettings2::on_controller_settings(wxCommandEvent& event)
|
|||
|
||||
case InputAPI::Keyboard: break;
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
#ifdef SUPPORTS_WIIMOTE
|
||||
case InputAPI::Wiimote: {
|
||||
const auto wiimote = std::dynamic_pointer_cast<NativeWiimoteController>(controller);
|
||||
wxASSERT(wiimote);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue