mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 17:30:46 +00:00
Enable frameskipping in the null gpu.
In case it's used (I used it to check cpu-only perf on Android.)
This commit is contained in:
parent
e3bdb3e09b
commit
fc3b3449ed
@ -46,6 +46,10 @@ public:
|
||||
fullInfo = "NULL";
|
||||
}
|
||||
|
||||
virtual bool FramebufferReallyDirty() {
|
||||
return !(gstate_c.skipDrawReason & SKIPDRAW_SKIPFRAME);
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void FastRunLoop(DisplayList &list);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user