mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00: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:
parent
d54c573132
commit
808fe81deb
3 changed files with 35 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue