mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 18:01:16 +00:00
Fix some boot and code data (#2155)
This commit is contained in:
parent
e19ec02917
commit
a30f130eb9
7 changed files with 39 additions and 11 deletions
|
@ -33,8 +33,11 @@ OSMesgQueue sDmaMgrMsgQueue;
|
|||
OSMesg sDmaMgrMsgBuf[32];
|
||||
OSThread sDmaMgrThread;
|
||||
STACK(sDmaMgrStack, 0x500);
|
||||
|
||||
#if OOT_DEBUG
|
||||
const char* sDmaMgrCurFileName;
|
||||
s32 sDmaMgrCurFileLine;
|
||||
#endif
|
||||
|
||||
u32 gDmaMgrVerbose = 0;
|
||||
size_t gDmaMgrDmaBuffSize = DMAMGR_DEFAULT_BUFSIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue