mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
variables.h cleaning: migrate audio variables (#2504)
* migrate audio variables, fix libultra thing * remove extra newlines * fix * add required pragmas * fix bss * audio table fixes * fix bss
This commit is contained in:
parent
80564bf40b
commit
0c5282ba66
26 changed files with 122 additions and 110 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
|
||||
extern s32 __osPfsLastChannel;
|
||||
|
||||
s32 __osContRamWrite(OSMesgQueue* mq, s32 channel, u16 address, u8* buffer, s32 force) {
|
||||
#ifndef BBPLAYER
|
||||
s32 ret = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue