mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #7753 from stenzek/videocommon-all-the-things
Move a significant amount of video backend logic to VideoCommon
This commit is contained in:
commit
6ce7f44b8a
182 changed files with 8419 additions and 15984 deletions
|
@ -145,8 +145,6 @@ void VideoConfig::Refresh()
|
|||
|
||||
bEFBAccessEnable = Config::Get(Config::GFX_HACK_EFB_ACCESS_ENABLE);
|
||||
bBBoxEnable = Config::Get(Config::GFX_HACK_BBOX_ENABLE);
|
||||
bBBoxPreferStencilImplementation =
|
||||
Config::Get(Config::GFX_HACK_BBOX_PREFER_STENCIL_IMPLEMENTATION);
|
||||
bForceProgressive = Config::Get(Config::GFX_HACK_FORCE_PROGRESSIVE);
|
||||
bSkipEFBCopyToRam = Config::Get(Config::GFX_HACK_SKIP_EFB_COPY_TO_RAM);
|
||||
bSkipXFBCopyToRam = Config::Get(Config::GFX_HACK_SKIP_XFB_COPY_TO_RAM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue