mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
OGL: force enable postprocessing
This commit is contained in:
@@ -14,7 +14,7 @@ struct XFBSourceBase
|
||||
virtual ~XFBSourceBase() {}
|
||||
|
||||
virtual void Draw(const MathUtil::Rectangle<int> &sourcerc,
|
||||
const MathUtil::Rectangle<float> &drawrc) const = 0;
|
||||
const MathUtil::Rectangle<float> &drawrc) const {};
|
||||
|
||||
virtual void DecodeToTexture(u32 xfbAddr, u32 fbWidth, u32 fbHeight) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user