Skip to content

Commit 847b640

Browse files
committed
Reduce queue size for SBB3 now that we understand what we need and what the limitations are.
1 parent e02af08 commit 847b640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase3_ProController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ProController_SysbotBase3 final :
2727
public:
2828
using ContextType = ProControllerContext;
2929

30-
static constexpr size_t QUEUE_SIZE = 256;
30+
static constexpr size_t QUEUE_SIZE = 64;
3131

3232

3333
public:

0 commit comments

Comments
 (0)