XFB: Send image to screen at start of field.

This is much more accurate to the hardware, and saves around 16ms
of latency.
This commit is contained in:
Scott Mansell
2016-06-28 15:12:43 +12:00
parent 93a5efa347
commit 35566316ed
3 changed files with 8 additions and 18 deletions

View File

@ -81,7 +81,6 @@ public:
virtual void Video_Cleanup() = 0; // called from gl/d3d thread
void Video_BeginField(u32, u32, u32, u32);
void Video_EndField();
u32 Video_AccessEFB(EFBAccessType, u32, u32, u32);
u32 Video_GetQueryResult(PerfQueryType type);