mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Add 'immediate xfb' which reduces xfb latency at the cost of graphical errors
This commit is contained in:
parent
a71bc9ebbf
commit
7f0834c919
20 changed files with 55 additions and 6 deletions
|
@ -1368,6 +1368,7 @@ void SetGraphicsConfig()
|
|||
g_Config.bEFBAccessEnable = tmpHeader.bEFBAccessEnable;
|
||||
g_Config.bSkipEFBCopyToRam = tmpHeader.bSkipEFBCopyToRam;
|
||||
g_Config.bSkipXFBCopyToRam = tmpHeader.bSkipXFBCopyToRam;
|
||||
g_Config.bImmediateXFB = tmpHeader.bImmediateXFB;
|
||||
g_Config.bEFBEmulateFormatChanges = tmpHeader.bEFBEmulateFormatChanges;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue