From c516e73adc8ef0c98d0b70326c751fd929991179 Mon Sep 17 00:00:00 2001 From: Banjo Kazooie Date: Sat, 15 Oct 2022 18:25:19 -0500 Subject: [PATCH] core1/code_5650.c progress --- include/2.0L/PR/n_libaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/2.0L/PR/n_libaudio.h b/include/2.0L/PR/n_libaudio.h index 184aa044..e3248169 100644 --- a/include/2.0L/PR/n_libaudio.h +++ b/include/2.0L/PR/n_libaudio.h @@ -148,7 +148,7 @@ typedef struct { } N_ALGenericEvent; typedef struct { - u16 type; + s16 type; union { ALMIDIEvent midi; ALTempoEvent tempo;