Reduce the AsyncEvent struct size
The "user" message length is significantly reduced to fit the struct in 256 bytes, rather than 1KB.
This commit is contained in:
parent
0be823320d
commit
4917024c94
@ -39,7 +39,7 @@ struct AsyncEvent {
|
||||
ALenum type;
|
||||
ALuint id;
|
||||
ALuint param;
|
||||
ALchar msg[1008];
|
||||
ALchar msg[232];
|
||||
} user;
|
||||
EffectState *mEffectState;
|
||||
} u{};
|
||||
|
Loading…
x
Reference in New Issue
Block a user