mirror of
https://github.com/zeldaret/oot
synced 2026-06-13 14:06:45 -04:00
Match retail code data sizes (#1741)
* Match retail audio data * Fix various small code data problems * Disable terminal colors in debug builds * Match z_actor_dlftbls.c .rodata * Use _3 for unused nameString macro parameter * Move sDebugCutsceneScriptBuf to be in-function static * Comment on actor name being NULL * Split out padding the fault_drawer.bss.s
This commit is contained in:
+5
-1
@@ -14,8 +14,13 @@ OSTime sGraphPrevUpdateEndTime;
|
||||
*/
|
||||
OSTime sGraphPrevTaskTimeStart;
|
||||
|
||||
#if OOT_DEBUG
|
||||
FaultClient sGraphFaultClient;
|
||||
#endif
|
||||
|
||||
CfbInfo sGraphCfbInfos[3];
|
||||
|
||||
#if OOT_DEBUG
|
||||
FaultClient sGraphUcodeFaultClient;
|
||||
|
||||
UCodeInfo D_8012D230[3] = {
|
||||
@@ -30,7 +35,6 @@ UCodeInfo D_8012D248[3] = {
|
||||
{ UCODE_S2DEX, gspS2DEX2d_fifoTextStart },
|
||||
};
|
||||
|
||||
#if OOT_DEBUG
|
||||
void Graph_FaultClient(void) {
|
||||
void* nextFb = osViGetNextFramebuffer();
|
||||
void* newFb = (SysCfb_GetFbPtr(0) != nextFb) ? SysCfb_GetFbPtr(0) : SysCfb_GetFbPtr(1);
|
||||
|
||||
Reference in New Issue
Block a user