mirror of https://github.com/PrimeDecomp/prime.git
Fix db.c filepath
Former-commit-id: ec866d78324eebe2ffdcdcdb071300022e0deb86
This commit is contained in:
parent
d972f39a3c
commit
e85fd9312c
|
@ -3671,7 +3671,7 @@ Dolphin/ar/arq.c:
|
|||
Dolphin/PPCArch.c:
|
||||
.text start:0x8036F7D4 end:0x8036F8CC
|
||||
|
||||
Dolphinn/db.c:
|
||||
Dolphin/db.c:
|
||||
.text start:0x8036F8CC end:0x8036F9B8
|
||||
.data start:0x803EF9B8 end:0x803EF9D0
|
||||
.sbss start:0x805A9740 end:0x805A9748
|
||||
|
|
|
@ -970,7 +970,7 @@ config.libs = [
|
|||
DolphinLib(
|
||||
"db",
|
||||
[
|
||||
Object(Matching, "Dolphinn/db.c"),
|
||||
Object(Matching, "Dolphin/db.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
Loading…
Reference in New Issue