ESM Open Parameters.
ESM Open Parameters are used with the SDL_ESM_Init() call. Default values for these parameters are set using SDL_ESM_Params_init().
If NULL is passed for the parameters, SDL_ESM_Init() uses default parameters.
Data Fields | |
bool | bClearErrors |
bool SDL_ESM_OpenParams::bClearErrors |
boolean value to indicate if old ESM pending errors should be cleared or not This field will be set by SysCfg.
value = 0: do not clear value = 1: clear all ESM group errors hint: If you using TI RTOS, then ESM errors are cleared before entering main and this flag can be set to 0. For any other RTOS, check the the RTOS implementation or set this flag to 1