[ntsc-1.2] Match padmgr.c, sys_cfb.c, rcp_utils.c (#2111)

* Match padmgr.c

* Match sys_cfb.c, rcp_utils.c

* Format
This commit is contained in:
cadmic
2024-09-03 19:10:00 -07:00
committed by GitHub
parent d54c573132
commit 808fe81deb
3 changed files with 35 additions and 21 deletions
+4
View File
@@ -32,7 +32,11 @@ void SysCfb_Init(s32 n64dd) {
PRINTF("RAM4M mode\n");
sSysCfbEnd = 0x80400000;
} else {
#if PLATFORM_N64
LogUtils_HungupThread("../sys_cfb.c", 322);
#else
LogUtils_HungupThread("../sys_cfb.c", 354);
#endif
}
screenSize = SCREEN_WIDTH * SCREEN_HEIGHT;