mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
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:
parent
93a5efa347
commit
35566316ed
3 changed files with 8 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue