From e85fd9312cfc70cc4b442def905fcc9149c015d5 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 11 Oct 2023 15:40:48 -0700 Subject: [PATCH] Fix db.c filepath Former-commit-id: ec866d78324eebe2ffdcdcdb071300022e0deb86 --- config/GM8E01_00/splits.txt | 2 +- configure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/GM8E01_00/splits.txt b/config/GM8E01_00/splits.txt index 4452fbc0..4f42dc62 100644 --- a/config/GM8E01_00/splits.txt +++ b/config/GM8E01_00/splits.txt @@ -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 diff --git a/configure.py b/configure.py index 4e60ae0d..1062ec3f 100755 --- a/configure.py +++ b/configure.py @@ -970,7 +970,7 @@ config.libs = [ DolphinLib( "db", [ - Object(Matching, "Dolphinn/db.c"), + Object(Matching, "Dolphin/db.c"), ], ), DolphinLib(