I tried with pole
Build libsm64 / Build libsm64 for linux (push) Successful in 31s
Build libsm64 / Build libsm64 for windows (push) Successful in 23s
Build libsm64 / Snapshot Release (push) Has been cancelled
Build libsm64 / Build libsm64 for windows (pull_request) Has been cancelled
Build libsm64 / Snapshot Release (pull_request) Has been cancelled
Build libsm64 / Build libsm64 for linux (pull_request) Has been cancelled

This commit is contained in:
2026-06-01 23:29:58 -05:00
parent 53731adf81
commit 8daff2b6a2
15 changed files with 89 additions and 290 deletions
-6
View File
@@ -460,13 +460,9 @@ typedef short ENVMIX_STATE[40];
*/
#define aLoadBuffer(pkt, s) \
{ \
DEBUG_PRINT("aLoadBuffer()"); \
DEBUG_PRINT("- getting pkt"); \
Acmd *_a = (Acmd *)pkt; \
\
DEBUG_PRINT("- setting first word"); \
_a->words.w0 = _SHIFTL(A_LOADBUFF, 24, 8); \
DEBUG_PRINT("- setting second word"); \
_a->words.w1 = (uintptr_t)(s); \
}
@@ -582,8 +578,6 @@ typedef short ENVMIX_STATE[40];
*/
#define aSetBuffer(pkt, f, i, o, c) \
{ \
DEBUG_PRINT("aSetBuffer()"); \
DEBUG_PRINT("- getting pkt"); \
Acmd *_a = (Acmd *)pkt; \
\
_a->words.w0 = (_SHIFTL(A_SETBUFF, 24, 8) | _SHIFTL(f, 16, 8) | \