Fix upcoming not working on no cash (#6121)

This commit is contained in:
DizzyEggg 2025-01-27 00:25:57 +01:00 committed by GitHub
parent 9b96462204
commit b2448ea002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#define EWRAM_INIT __attribute__((section(".ewram")))
#define COMMON_DATA __attribute__((section("common_data")))
#define UNUSED __attribute__((unused))
#define USED __attribute__((used))
#define ARM_FUNC __attribute__((target("arm")))

View File

@ -1,7 +1,7 @@
#include "gba/gba.h"
#include "gba/flash_internal.h"
static const char AgbLibFlashVersion[] = "FLASH1M_V103";
USED static const char AgbLibFlashVersion[] = "FLASH1M_V103";
static const struct FlashSetupInfo * const sSetupInfos[] =
{