mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-09 06:36:59 +02:00
#415 fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#ifndef H_COMMON
|
#ifndef H_COMMON
|
||||||
#define H_COMMON
|
#define H_COMMON
|
||||||
//#define STATIC_ITEMS
|
//#define STATIC_ITEMS
|
||||||
#define PROFILING
|
//#define PROFILING
|
||||||
#ifdef PROFILING
|
#ifdef PROFILING
|
||||||
#define STATIC_ITEMS
|
#define STATIC_ITEMS
|
||||||
#define PROFILE_FRAMETIME
|
#define PROFILE_FRAMETIME
|
||||||
|
@@ -318,6 +318,7 @@ int32 osGetSystemTimeMS()
|
|||||||
return 0; // TODO
|
return 0; // TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char* SRAM_ID = "SRAM_Vnnn\0\0";
|
||||||
const uint8 SRAM_MAGIC[4] = { 14, 02, 19, 68 };
|
const uint8 SRAM_MAGIC[4] = { 14, 02, 19, 68 };
|
||||||
|
|
||||||
int32 byteCopy(volatile uint8* dst, const volatile uint8* src, uint32 count)
|
int32 byteCopy(volatile uint8* dst, const volatile uint8* src, uint32 count)
|
||||||
|
Reference in New Issue
Block a user