mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Refactor to remove virtual from RenderXFBToScreen
Slightly simplifies the upcoming refactor
This commit is contained in:
parent
a01d5283ec
commit
c38c76abad
7 changed files with 38 additions and 20 deletions
|
@ -115,6 +115,8 @@ void VideoBackend::InitBackendInfo()
|
|||
g_Config.backend_info.bSupportsTextureQueryLevels = false;
|
||||
g_Config.backend_info.bSupportsSettingObjectNames = false;
|
||||
|
||||
g_Config.backend_info.bUsesExplictQuadBuffering = true;
|
||||
|
||||
g_Config.backend_info.Adapters.clear();
|
||||
|
||||
// aamodes - 1 is to stay consistent with D3D (means no AA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue