Fix upcoming not working on no cash (#6121)
This commit is contained in:
parent
9b96462204
commit
b2448ea002
@ -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")))
|
||||
|
||||
|
||||
@ -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[] =
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user