diff options
author | aap <aap@papnet.eu> | 2020-06-29 12:12:52 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-29 12:12:52 +0200 |
commit | b072cbca93e9a0bded032fc79c678308d6875a58 (patch) | |
tree | ca894c7f6f214f4ff05eb44037e6d2a0a342a04d /src/render/MBlur.h | |
parent | Update MemoryCard.cpp (diff) | |
download | re3-b072cbca93e9a0bded032fc79c678308d6875a58.tar re3-b072cbca93e9a0bded032fc79c678308d6875a58.tar.gz re3-b072cbca93e9a0bded032fc79c678308d6875a58.tar.bz2 re3-b072cbca93e9a0bded032fc79c678308d6875a58.tar.lz re3-b072cbca93e9a0bded032fc79c678308d6875a58.tar.xz re3-b072cbca93e9a0bded032fc79c678308d6875a58.tar.zst re3-b072cbca93e9a0bded032fc79c678308d6875a58.zip |
Diffstat (limited to 'src/render/MBlur.h')
-rw-r--r-- | src/render/MBlur.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/MBlur.h b/src/render/MBlur.h index 157f2882..e2e5d38c 100644 --- a/src/render/MBlur.h +++ b/src/render/MBlur.h @@ -12,6 +12,6 @@ public: 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); + static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 bluralpha); + static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type, int32 bluralpha); }; |