Match GBA.c

This commit is contained in:
LagoLunatic
2023-10-13 15:37:28 -04:00
parent 344923eb8c
commit 84f59a9d07
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ config.libs = [
DolphinLib(
"gba",
[
Object(NonMatching, "dolphin/gba/GBA.c"),
Object(Matching, "dolphin/gba/GBA.c"),
Object(Matching, "dolphin/gba/GBAGetProcessStatus.c"),
Object(NonMatching, "dolphin/gba/GBAJoyBoot.c"),
Object(Matching, "dolphin/gba/GBARead.c"),
+1 -1
View File
@@ -23,7 +23,7 @@ typedef struct GBASecParam {
u32 keyA;
s32 keyB;
u8 _padding1[24];
} GBASecParam;
} GBASecParam __attribute__((aligned(32)));
typedef struct GBABootInfo {
s32 paletteColor;