Fix configure file
This commit is contained in:
parent
5cb53ace31
commit
28ca446347
2 changed files with 3 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ game/dvd.c:
|
||||||
game/data.c:
|
game/data.c:
|
||||||
.text start:0x80006E38 end:0x80009400
|
.text start:0x80006E38 end:0x80009400
|
||||||
.data start:0x8011EF58 end:0x8011FDE0
|
.data start:0x8011EF58 end:0x8011FDE0
|
||||||
.bss start:0x80142840 end:0x80145640
|
.bss start:0x80142840 end:0x80145640
|
||||||
.sdata start:0x801D3438 end:0x801D3448
|
.sdata start:0x801D3438 end:0x801D3448
|
||||||
.sbss start:0x801D3AE8 end:0x801D3AF8
|
.sbss start:0x801D3AE8 end:0x801D3AF8
|
||||||
|
|
||||||
game/decode.c:
|
game/decode.c:
|
||||||
.text start:0x80009400 end:0x80009AFC
|
.text start:0x80009400 end:0x80009AFC
|
||||||
.data start:0x8011FDE0 end:0x8011FE00
|
.data start:0x8011FDE0 end:0x8011FE00
|
||||||
|
|
|
||||||
|
|
@ -225,6 +225,7 @@ config.libs = [
|
||||||
Object(NonMatching, "game/main.c"),
|
Object(NonMatching, "game/main.c"),
|
||||||
Object(NonMatching, "game/pad.c"),
|
Object(NonMatching, "game/pad.c"),
|
||||||
Object(NonMatching, "game/dvd.c"),
|
Object(NonMatching, "game/dvd.c"),
|
||||||
|
Object(NonMatching, "game/data.c"),
|
||||||
Object(NonMatching, "game/decode.c"),
|
Object(NonMatching, "game/decode.c"),
|
||||||
Object(Matching, "game/malloc.c"),
|
Object(Matching, "game/malloc.c"),
|
||||||
Object(Matching, "game/memory.c"),
|
Object(Matching, "game/memory.c"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue