mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-05 00:11:41 +00:00
pragma balls
This commit is contained in:
parent
28c0d7b8ec
commit
ca9fe155fd
1 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
#include "pc/fs/fmem.h"
|
#include "pc/fs/fmem.h"
|
||||||
#include "audio/load.h"
|
#include "audio/load.h"
|
||||||
|
|
||||||
#pragma region m64
|
|
||||||
struct AudioOverride {
|
struct AudioOverride {
|
||||||
bool enabled;
|
bool enabled;
|
||||||
bool loaded;
|
bool loaded;
|
||||||
|
|
@ -173,7 +172,6 @@ void smlua_audio_utils_replace_sequence(u8 sequenceId, u8 bankId, u8 defaultVolu
|
||||||
|
|
||||||
LOG_LUA_LINE("Could not find m64 at path: %s", m64path);
|
LOG_LUA_LINE("Could not find m64 at path: %s", m64path);
|
||||||
}
|
}
|
||||||
#pragma endregion
|
|
||||||
|
|
||||||
u8 smlua_audio_utils_allocate_sequence(void) {
|
u8 smlua_audio_utils_allocate_sequence(void) {
|
||||||
for (u8 seqId = SEQ_COUNT + 1; seqId < MAX_AUDIO_OVERRIDE; seqId++) {
|
for (u8 seqId = SEQ_COUNT + 1; seqId < MAX_AUDIO_OVERRIDE; seqId++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue