mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +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
|
@ -85,7 +85,6 @@ void VideoBackend::InitBackendInfo()
|
|||
g_Config.backend_info.bSupportsReversedDepthRange = true;
|
||||
g_Config.backend_info.bSupportsMultithreading = false;
|
||||
g_Config.backend_info.bSupportsCopyToVram = true;
|
||||
g_Config.backend_info.bForceCopyToRam = false;
|
||||
|
||||
// TODO: There is a bug here, if texel buffers are not supported the graphics options
|
||||
// will show the option when it is not supported. The only way around this would be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue