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
commit 2e4a19c0ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;