Moves SoH mixer to SoH from LUS. (#2361)

This commit is contained in:
Kenix3
2023-01-17 22:03:55 -05:00
committed by GitHub
parent 6be1f28d7b
commit 2e4a19c0ee
5 changed files with 619 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#include <libultraship/libultra.h>
#include "global.h"
#include <mixer.h>
#include "soh/mixer.h"
#define DEFAULT_LEN_1CH 0x1A0
#define DEFAULT_LEN_2CH 0x340

View File

@@ -1,6 +1,6 @@
#include <libultraship/libultra.h>
#include "global.h"
#include <mixer.h>
#include "soh/mixer.h"
typedef struct {
u8 unk_0;