core1/done/audio/n_seqplayer.c done
This commit is contained in:
@@ -123,12 +123,12 @@ Acmd *n_alAudioFrame(Acmd *cmdList, s32 *cmdLen,
|
||||
* Sequence Player stuff
|
||||
*/
|
||||
typedef struct {
|
||||
struct N_ALVoice_s *voice;
|
||||
N_ALVoice *voice;
|
||||
} N_ALNoteEvent;
|
||||
|
||||
|
||||
typedef struct {
|
||||
struct N_ALVoice_s *voice;
|
||||
N_ALVoice *voice;
|
||||
ALMicroTime delta;
|
||||
u8 vol;
|
||||
} N_ALVolumeEvent;
|
||||
|
@@ -10,7 +10,6 @@ extern void func_8033F000(const char *, const char *, int);
|
||||
#define matching_assert(EX, F, L) assert(EX)
|
||||
#else
|
||||
#define LINE(line_num) line_num
|
||||
#define FILE(file_name) "file_name"
|
||||
#ifdef __ANSI_CPP__
|
||||
#define FILE(file_name) # file_name
|
||||
#else
|
||||
@@ -25,5 +24,4 @@ extern void func_8033F000(const char *, const char *, int);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user