1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-01 02:40:43 +02:00
This commit is contained in:
XProger
2022-03-31 09:46:55 +03:00
parent d9816be038
commit 90de961ecc
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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)