Home
last modified time | relevance | path

Searched refs:bEmulateClear (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRiceConfig.cpp687 pGameSetting->bEmulateClear = IniSections[i].bEmulateClear; in Ini_GetRomOptions()
729 if( IniSections[i].bEmulateClear !=pGameSetting->bEmulateClear ) in Ini_StoreRomOptions()
731 IniSections[i].bEmulateClear =pGameSetting->bEmulateClear ; in Ini_StoreRomOptions()
949 newsection.bEmulateClear = false;
1032 IniSections[sectionno].bEmulateClear = strtol(right(readinfo,1),NULL,10);
1249 if (IniSections[i].bEmulateClear != 0)
1250 fprintf(fh, "EmulateClear=%d\n", IniSections[i].bEmulateClear);
1319 newsection.bEmulateClear = false;
H A DConfig.h299 bool bEmulateClear; member
362 bool bEmulateClear; member
H A DgDP_rice.cpp242 if( g_curRomInfo.bEmulateClear ) in ricegDPFillRect()