mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VideoConfig: Remove bForceCopyToRam field
It's the inverse of supports-copy-to-vram.
This commit is contained in:
parent
3f81483f83
commit
84b990faa0
6 changed files with 1 additions and 6 deletions
|
@ -72,7 +72,6 @@ void VideoSoftware::InitBackendInfo()
|
|||
g_Config.backend_info.bSupportsST3CTextures = false;
|
||||
g_Config.backend_info.bSupportsBPTCTextures = false;
|
||||
g_Config.backend_info.bSupportsCopyToVram = false;
|
||||
g_Config.backend_info.bForceCopyToRam = true;
|
||||
g_Config.backend_info.bSupportsFramebufferFetch = false;
|
||||
|
||||
// aamodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue