bootmanager: Use cross-platform keyboard input
This commit is contained in:
parent
42949738f2
commit
922aa9410a
3 changed files with 58 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue