mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 07:07:51 +00:00
kraken: Address comments from review
review fixes
This commit is contained in:
parent
1f0a7a8bca
commit
b3f59b4407
15 changed files with 56 additions and 56 deletions
|
@ -47,6 +47,9 @@ public:
|
|||
/// Removes all callbacks from input common
|
||||
void UnloadInputDevices();
|
||||
|
||||
/// Number of emulated controllers
|
||||
const std::size_t available_controllers{10};
|
||||
|
||||
private:
|
||||
std::unique_ptr<EmulatedController> player_1;
|
||||
std::unique_ptr<EmulatedController> player_2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue