diff options
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; |
