early-access version 2223

This commit is contained in:
pineappleEA
2021-11-20 00:36:26 +01:00
parent 4911101702
commit b480bf4741
11 changed files with 160 additions and 69 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;