aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/MBlur.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-06-28 00:01:51 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2020-06-28 00:01:51 +0300
commit1c11a8081f246dda91ff11d4207d87bb93260b1a (patch)
tree226ff4fb914fbd93d67aff62ed24ac896ff2c89a /src/render/MBlur.h
parent91fbfc1d2352f985dfd926c22ffa0938133103c8 (diff)
mips overdose
Diffstat (limited to 'src/render/MBlur.h')
-rw-r--r--src/render/MBlur.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/MBlur.h b/src/render/MBlur.h
index e8a5bef8..157f2882 100644
--- a/src/render/MBlur.h
+++ b/src/render/MBlur.h
@@ -5,11 +5,12 @@ class CMBlur
public:
static RwRaster *pFrontBuffer;
static bool ms_bJustInitialised;
+ static bool ms_bScaledBlur;
static bool BlurOn;
public:
- static void MotionBlurOpen(RwCamera *cam);
- static void MotionBlurClose(void);
+ static RwBool MotionBlurOpen(RwCamera *cam);
+ static RwBool MotionBlurClose(void);
static void CreateImmediateModeData(RwCamera *cam, RwRect *rect);
static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 addalpha);
static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type, uint32 bluralpha);