Emu: some cleanup

This commit is contained in:
Megamouse 2021-04-07 23:05:18 +02:00
parent a3e8a61547
commit 03b76b4606
149 changed files with 957 additions and 1139 deletions

View file

@ -140,7 +140,7 @@ void pad_thread::Init()
cur_pad_handler = std::make_shared<evdev_joystick_handler>();
break;
#endif
default:
case pad_handler::null:
break;
}
handlers.emplace(handler_type, cur_pad_handler);