[repos] lgmp: update to latest version

The queue size for the cursor needed to be increased to a power of two
with the new design for messages queues in LGMP.
This commit is contained in:
Geoffrey McRae
2025-08-30 01:16:26 +10:00
parent f8f05c36b8
commit 85ceae91bf
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
#define LGMP_Q_FRAME 2 #define LGMP_Q_FRAME 2
#define LGMP_Q_FRAME_LEN 2 #define LGMP_Q_FRAME_LEN 2
#define LGMP_Q_POINTER_LEN 20 #define LGMP_Q_POINTER_LEN 32
#ifdef _MSC_VER #ifdef _MSC_VER