diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2022-03-15 01:46:58 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2022-06-27 18:20:52 -0500 |
| commit | 69839df1eb2a594b81bceb8cfac58ccbba286628 (patch) | |
| tree | 5100396162fa62e08a4b5c4aa6906432d1b945ff /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 892678648eee7a1724b790fba0aa312e0fe8c728 (diff) | |
VideoCommon: support dynamically updating game mods at runtime
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 61cc612eed..287f3b840f 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -378,6 +378,7 @@ private: bool disable_vram_copies; bool arbitrary_mipmap_detection; bool graphics_mods; + u32 graphics_mod_change_count; }; BackupConfig backup_config = {}; |
