neo screen droplets

This commit is contained in:
aap 2020-11-19 19:07:32 +01:00
commit 07fe099b4e
21 changed files with 1034 additions and 8 deletions

View file

@ -39,6 +39,7 @@ public:
static void SmoothColor(uint32 red, uint32 green, uint32 blue, uint32 alpha);
static bool NeedBackBuffer(void);
static bool NeedFrontBuffer(int32 type);
static void GetBackBuffer(RwCamera *cam);
static bool UseBlurColours(void) { return EffectSwitch != POSTFX_SIMPLE; }
};