UINT64 __stdcall PopFxGetLatencyLimitWithoutResiliency(){
UINT64 result;
if( *(&stru_140C23628 + 1830) )
return(unsigned int)dword_140CFA318;
if( PpmDisableVsyncLatencyUpdate )
return(unsigned int)PpmLatencyToleranceLimit;
result = (unsigned int)dword_140CFA314;
if( !PopFxVSyncEnabled )
return(unsigned int)PpmLatencyToleranceLimit;
return result;
}