mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 13:24:45 +00:00
[ntsc-1.0/1.1] Match line numbers in debug strings (#2255)
This commit is contained in:
parent
7dd8f2b6ad
commit
2048a65dd8
11 changed files with 86 additions and 28 deletions
|
@ -326,7 +326,9 @@ void PadMgr_UpdateInputs(PadMgr* padMgr) {
|
|||
default:
|
||||
// Unknown error response
|
||||
LOG_HEX("padnow1->errno", pad->errno, "../padmgr.c", 396);
|
||||
#if PLATFORM_N64
|
||||
#if OOT_VERSION < NTSC_1_1
|
||||
Fault_AddHungupAndCrash("../padmgr.c", 379);
|
||||
#elif OOT_VERSION < GC_JP
|
||||
Fault_AddHungupAndCrash("../padmgr.c", 382);
|
||||
#else
|
||||
Fault_AddHungupAndCrash("../padmgr.c", 397);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue