Motion Blur

This commit is contained in:
Derek Hensley
2022-10-04 20:29:59 -07:00
parent a82d37825c
commit 4e809f1c17
17 changed files with 112 additions and 107 deletions
+5
View File
@@ -104,4 +104,9 @@
#define R_FB_FILTER_A SREG(84)
#define R_FB_FILTER_ENV_COLOR(c) SREG(85 + c)
#define R_MOTION_BLUR_ALPHA SREG(90)
#define R_MOTION_BLUR_ENABLED SREG(91)
#define R_MOTION_BLUR_PRIORITY_ALPHA SREG(92)
#define R_MOTION_BLUR_PRIORITY_ENABLED SREG(93)
#endif