mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-04 18:23:15 +00:00
TextureCacheBase: Make "disable vram copies" part of the active config
This commit is contained in:
parent
ef98a21735
commit
0152f63655
2 changed files with 4 additions and 1 deletions
|
@ -350,6 +350,7 @@ private:
|
|||
bool stereo_3d;
|
||||
bool efb_mono_depth;
|
||||
bool gpu_texture_decoding;
|
||||
bool disable_vram_copies;
|
||||
};
|
||||
BackupConfig backup_config = {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue