mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Moves SoH mixer to SoH from LUS. (#2361)
This commit is contained in:
parent
6be1f28d7b
commit
2e4a19c0ee
5 changed files with 619 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <libultraship/libultra.h>
|
||||
#include "global.h"
|
||||
#include <mixer.h>
|
||||
#include "soh/mixer.h"
|
||||
|
||||
typedef struct {
|
||||
u8 unk_0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue