mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix the size of s_last_connect_request_counter to be 5 (wiimotes + balance board)
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
#include "InputCommon/InputConfig.h"
|
#include "InputCommon/InputConfig.h"
|
||||||
|
|
||||||
// Limit the amount of wiimote connect requests, when a button is pressed in disconnected state
|
// Limit the amount of wiimote connect requests, when a button is pressed in disconnected state
|
||||||
static std::array<u8, 4> s_last_connect_request_counter;
|
static std::array<u8, MAX_BBMOTES> s_last_connect_request_counter;
|
||||||
|
|
||||||
namespace Wiimote
|
namespace Wiimote
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user