Fix for gameinfo cache clearing, etc.

This commit is contained in:
Henrik Rydgard 2013-04-14 13:01:01 +02:00
parent 037bda0cbe
commit 1adb52fa03
2 changed files with 1 additions and 2 deletions

View File

@ -289,10 +289,8 @@ void DoFrameTiming(bool &throttle, bool &skipFrame) {
doFrameSkip = true;
skipFrame = true;
if (numSkippedFrames >= 6) {
INFO_LOG(HLE, "UNSKIP!");
skipFrame = false;
}
INFO_LOG(HLE, "UNTHROTTLE!");
return;
}
#endif

View File

@ -191,6 +191,7 @@ void GameInfoCache::Clear() {
iter->second->pic1Texture = 0;
}
}
info_.clear();
}
void GameInfoCache::FlushBGs() {