Skip to content

Commit

Permalink
renderbase
Browse files Browse the repository at this point in the history
  • Loading branch information
iwubcode committed Jan 29, 2022
1 parent 203be5f commit b6ea877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Core/VideoCommon/RenderBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ class Renderer
std::mutex m_imgui_mutex;
u64 m_imgui_last_frame_time;

GraphicsTriggerManager m_graphics_trigger_manager;

private:
std::tuple<int, int> CalculateOutputDimensions(int width, int height) const;

Expand Down Expand Up @@ -450,7 +452,6 @@ class Renderer
Common::Flag m_force_reload_textures;

std::shared_ptr<VideoCommon::PE::TriggerPointManager> m_custom_shader_trigger_manager;
GraphicsTriggerManager m_graphics_trigger_manager;

// This texture holds the post processing output for each layer
std::unique_ptr<AbstractTexture> m_stereo_shader_texture;
Expand Down

0 comments on commit b6ea877

Please sign in to comment.