mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-01 02:40:43 +02:00
#415 fixed
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user