mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
PostProcessing: Fix erroneous reload message
This commit is contained in:
parent
1481c1d231
commit
e41f179108
@ -113,7 +113,7 @@ public:
|
||||
Chain(const char* section);
|
||||
~Chain();
|
||||
|
||||
ALWAYS_INLINE bool HasStages() const { return m_stages.empty(); }
|
||||
ALWAYS_INLINE bool HasStages() const { return !m_stages.empty(); }
|
||||
ALWAYS_INLINE bool NeedsDepthBuffer() const { return m_needs_depth_buffer; }
|
||||
ALWAYS_INLINE GPUTexture* GetInputTexture() const { return m_input_texture.get(); }
|
||||
ALWAYS_INLINE GPUTexture* GetOutputTexture() const { return m_output_texture.get(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user