mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-11 05:01:04 -04:00
This makes WiimoteScanner support several scanner backends. This adds a WiimoteScannerBackend base class, which scanner backends derive from, and which allows backend-specific things to be moved out of the common code. Also removes IODummy which is not needed anymore.