Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRiceConfig.cpp674 pGameSetting->bPrimaryDepthHack = IniSections[i].bPrimaryDepthHack; in Ini_GetRomOptions()
802 if( IniSections[i].bPrimaryDepthHack != pGameSetting->bPrimaryDepthHack ) in Ini_StoreRomOptions()
804 IniSections[i].bPrimaryDepthHack =pGameSetting->bPrimaryDepthHack; in Ini_StoreRomOptions()
939 newsection.bPrimaryDepthHack = false;
981 IniSections[sectionno].bPrimaryDepthHack=true;
1204 if (IniSections[i].bPrimaryDepthHack)
1309 newsection.bPrimaryDepthHack = false;
H A DConfig.h310 bool bPrimaryDepthHack; member
374 bool bPrimaryDepthHack; member
H A DRenderBase.cpp697 …if ((g_curRomInfo.bPrimaryDepthHack || options.enableHackForGames == HACK_FOR_NASCAR ) && gRDP.oth… in ProcessVertexDataNoSSE()