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 30de38ee7f
commit af121ded18
3 changed files with 58 additions and 39 deletions
+1 -1
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;