mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 22:31:52 -04:00
Match GBA.c
This commit is contained in:
+1
-1
@@ -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"),
|
||||
|
||||
@@ -23,7 +23,7 @@ typedef struct GBASecParam {
|
||||
u32 keyA;
|
||||
s32 keyB;
|
||||
u8 _padding1[24];
|
||||
} GBASecParam;
|
||||
} GBASecParam __attribute__((aligned(32)));
|
||||
|
||||
typedef struct GBABootInfo {
|
||||
s32 paletteColor;
|
||||
|
||||
Reference in New Issue
Block a user