Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRiceConfig.cpp694 pGameSetting->bDisableObjBG = IniSections[i].bDisableObjBG; in Ini_GetRomOptions()
767 if( IniSections[i].bDisableObjBG !=pGameSetting->bDisableObjBG ) in Ini_StoreRomOptions()
769 IniSections[i].bDisableObjBG =pGameSetting->bDisableObjBG ; in Ini_StoreRomOptions()
941 newsection.bDisableObjBG = false;
1020 IniSections[sectionno].bDisableObjBG = strtol(right(readinfo,1),NULL,10);
1243 if (IniSections[i].bDisableObjBG != 0 )
1244 fprintf(fh, "DisableObjBG=%d\n", IniSections[i].bDisableObjBG);
1311 newsection.bDisableObjBG = false;
H A DConfig.h303 bool bDisableObjBG; member
367 bool bDisableObjBG; member
H A DRenderExt.cpp599 if( g_curRomInfo.bDisableObjBG ) in DrawObjBG1CYC()