mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-22 09:51:56 +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";
|
fullInfo = "NULL";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual bool FramebufferReallyDirty() {
|
||||||
|
return !(gstate_c.skipDrawReason & SKIPDRAW_SKIPFRAME);
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void FastRunLoop(DisplayList &list);
|
virtual void FastRunLoop(DisplayList &list);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user