INT64 __fastcall PopFxGetLatencyLimitWithoutResiliency(){
INT64 result;
if( byte_140C23D4E )
return(unsigned int)dword_140CFA318;
if( PpmDisableVsyncLatencyUpdate )
return(unsigned int)PpmLatencyToleranceLimit;
result = (unsigned int)dword_140CFA314;
if( !PopFxVSyncEnabled )
return(unsigned int)PpmLatencyToleranceLimit;
return result;
}