mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix for gameinfo cache clearing, etc.
This commit is contained in:
parent
037bda0cbe
commit
1adb52fa03
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -191,6 +191,7 @@ void GameInfoCache::Clear() {
|
|||
iter->second->pic1Texture = 0;
|
||||
}
|
||||
}
|
||||
info_.clear();
|
||||
}
|
||||
|
||||
void GameInfoCache::FlushBGs() {
|
||||
|
|
Loading…
Add table
Reference in a new issue