bootmanager: Use cross-platform keyboard input

This commit is contained in:
german77
2021-11-19 10:56:52 -06:00
committed by Narr the Reg
parent 42949738f2
commit 922aa9410a
3 changed files with 58 additions and 39 deletions

View File

@ -52,7 +52,7 @@ public:
void UnloadInputDevices();
/// Number of emulated controllers
const std::size_t available_controllers{10};
static constexpr std::size_t available_controllers{10};
private:
std::unique_ptr<EmulatedController> player_1;