mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-05 17:56:34 +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 "audio/load.h"
|
||||
|
||||
#pragma region m64
|
||||
struct AudioOverride {
|
||||
bool enabled;
|
||||
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);
|
||||
}
|
||||
#pragma endregion
|
||||
|
||||
u8 smlua_audio_utils_allocate_sequence(void) {
|
||||
for (u8 seqId = SEQ_COUNT + 1; seqId < MAX_AUDIO_OVERRIDE; seqId++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue