diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2022-10-28 19:24:43 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2022-10-28 19:24:43 -0500 |
| commit | ea3e133200cda61f2e87a6e942f89e76b2c6f4fc (patch) | |
| tree | 0bee608e114094d8b336b12ad983a4418721092c /Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h | |
| parent | 8efd7833e58092cb3074d477beef5803b62bc044 (diff) | |
VideoCommon: call texture load graphics mod hook when Dolphin loads a texture
Diffstat (limited to 'Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h')
| -rw-r--r-- | Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h index 5151b85dbd..1775e3b0e3 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h +++ b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h @@ -46,7 +46,7 @@ private: std::unordered_map<std::string, std::vector<GraphicsModAction*>> m_projection_texture_target_to_actions; std::unordered_map<std::string, std::vector<GraphicsModAction*>> m_draw_started_target_to_actions; - std::unordered_map<std::string, std::vector<GraphicsModAction*>> m_load_target_to_actions; + std::unordered_map<std::string, std::vector<GraphicsModAction*>> m_load_texture_target_to_actions; std::unordered_map<FBInfo, std::vector<GraphicsModAction*>, FBInfoHasher> m_efb_target_to_actions; std::unordered_map<FBInfo, std::vector<GraphicsModAction*>, FBInfoHasher> m_xfb_target_to_actions; |
