Skip to content

Commit

Permalink
Merge pull request #23 from robojumper/capitalization
Browse files Browse the repository at this point in the history
File capitalization fixes
  • Loading branch information
robojumper committed Sep 13, 2024
2 parents 5aa3092 + 7e60fe4 commit 4c6262a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/SOUE01/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ toBeSorted/counters/extra_wallet_counter.cpp:
.data start:0x805280B0 end:0x805280D0
.sbss start:0x80575640 end:0x80575648

s/s_StateId.cpp:
s/s_StateID.cpp:
.text start:0x802DDDB0 end:0x802DE1F4
.ctors start:0x804DB8B8 end:0x804DB8BC
.data start:0x80541930 end:0x805419A8
Expand Down
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def nw4rLib(lib_name, objects, extra_cflags=[]):
"objects": [
Object(Matching, "s/s_Crc.cpp"),
Object(NonMatching, "s/s_Math.cpp"),
Object(Matching, "s/s_StateId.cpp"),
Object(Matching, "s/s_StateID.cpp"),
Object(Matching, "s/s_StateMethod.cpp"),
Object(Matching, "s/s_StateMethodUsr_FI.cpp"),
Object(Matching, "s/s_Phase.cpp"),
Expand Down
File renamed without changes.

0 comments on commit 4c6262a

Please sign in to comment.