mirror of
https://github.com/zeldaret/oot
synced 2026-06-17 07:07:57 -04:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user