From 90de961eccbbe5ecd0ca6c235e97e20966458baf Mon Sep 17 00:00:00 2001 From: XProger Date: Thu, 31 Mar 2022 09:46:55 +0300 Subject: [PATCH] #415 fixed --- src/fixed/common.h | 2 +- src/platform/gba/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fixed/common.h b/src/fixed/common.h index b76fd0a..b641af7 100644 --- a/src/fixed/common.h +++ b/src/fixed/common.h @@ -1,7 +1,7 @@ #ifndef H_COMMON #define H_COMMON //#define STATIC_ITEMS -#define PROFILING +//#define PROFILING #ifdef PROFILING #define STATIC_ITEMS #define PROFILE_FRAMETIME diff --git a/src/platform/gba/main.cpp b/src/platform/gba/main.cpp index 4ccadbc..1e6d63b 100644 --- a/src/platform/gba/main.cpp +++ b/src/platform/gba/main.cpp @@ -318,6 +318,7 @@ int32 osGetSystemTimeMS() return 0; // TODO } +const char* SRAM_ID = "SRAM_Vnnn\0\0"; const uint8 SRAM_MAGIC[4] = { 14, 02, 19, 68 }; int32 byteCopy(volatile uint8* dst, const volatile uint8* src, uint32 count)