Fix db.c filepath

Former-commit-id: ec866d78324eebe2ffdcdcdb071300022e0deb86
This commit is contained in:
Phillip Stephens 2023-10-11 15:40:48 -07:00
parent d972f39a3c
commit e85fd9312c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -970,7 +970,7 @@ config.libs = [
DolphinLib(
"db",
[
Object(Matching, "Dolphinn/db.c"),
Object(Matching, "Dolphin/db.c"),
],
),
DolphinLib(