mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-02 11:03:34 -06:00
+
This commit is contained in:
parent
eac679d082
commit
1b519dc964
@ -186,7 +186,7 @@ public:
|
||||
new GameController()}) {};
|
||||
virtual ~GameControllers() = default;
|
||||
GameController* operator[](const size_t& i) const {
|
||||
if (i > 3) {
|
||||
if (i > 4) {
|
||||
UNREACHABLE_MSG("Index {} is out of bounds for GameControllers!", i);
|
||||
}
|
||||
return controllers[i];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user