VideoCommon: support dynamically updating game mods at runtime

This commit is contained in:
iwubcode
2022-03-15 01:46:58 -05:00
parent 892678648e
commit 69839df1eb
4 changed files with 43 additions and 1 deletions

View File

@ -378,6 +378,7 @@ private:
bool disable_vram_copies;
bool arbitrary_mipmap_detection;
bool graphics_mods;
u32 graphics_mod_change_count;
};
BackupConfig backup_config = {};