summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-12-21 01:41:14 +0000
committerGitHub <noreply@github.com>2024-12-20 20:41:14 -0500
commit81df2d4ba3bfd4e8683b0b70cc7c582305dac068 (patch)
tree623eb85fd817a25cc5ba966a4a5d5ba5c6188a27 /include
parent1adf696588d41d2c3fee4cb4f25cfa4c7d27be19 (diff)
Move const-qualified data from session_config.c to session_init.c, no longer qualify them as const and incrementally link instead (#2381)
Diffstat (limited to 'include')
-rw-r--r--include/variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/variables.h b/include/variables.h
index 7ba7a69ef..c24ae4f64 100644
--- a/include/variables.h
+++ b/include/variables.h
@@ -133,8 +133,8 @@ extern s32 gSystemArenaLogSeverity;
extern u8 __osPfsInodeCacheBank;
extern s32 __osPfsLastChannel;
-extern const TempoData gTempoData;
-extern const AudioHeapInitSizes gAudioHeapInitSizes;
+extern TempoData gTempoData;
+extern AudioHeapInitSizes gAudioHeapInitSizes;
extern s16 gOcarinaSongItemMap[];
extern AudioTable gSoundFontTable;
extern u8 gSequenceFontTable[];