mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 07:57:54 +00:00
bootmanager: Use cross-platform keyboard input
This commit is contained in:
parent
30de38ee7f
commit
af121ded18
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