mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
VideoCommon: support dynamically updating game mods at runtime
This commit is contained in:
parent
892678648e
commit
69839df1eb
4 changed files with 43 additions and 1 deletions
|
@ -378,6 +378,7 @@ private:
|
|||
bool disable_vram_copies;
|
||||
bool arbitrary_mipmap_detection;
|
||||
bool graphics_mods;
|
||||
u32 graphics_mod_change_count;
|
||||
};
|
||||
BackupConfig backup_config = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue