update g_log_switch
This commit is contained in:
@@ -19,7 +19,12 @@
|
||||
void device_reboot(void);
|
||||
extern void SetRoleSwitchFlag(unsigned mode);
|
||||
extern unsigned g_3d_fps;
|
||||
#if DEBUG_MEMORY_LOG_ENABLED
|
||||
unsigned g_log_switch = 1;
|
||||
#else
|
||||
unsigned g_log_switch = 0;
|
||||
#endif
|
||||
|
||||
|
||||
// 常量定义
|
||||
#define EQ_DISABLED_MODE 10 // 禁用EQ的模式编号
|
||||
|
||||
Reference in New Issue
Block a user