Applied wipe defines

This commit is contained in:
dbalatoni13 2024-11-04 15:27:04 +01:00
parent bf6cab3cfa
commit cc68766f1d
22 changed files with 478 additions and 344 deletions

View file

@ -3,6 +3,7 @@
#include "dolphin.h"
#define WIPE_TYPE_PREV -1
#define WIPE_TYPE_NORMAL 0
#define WIPE_TYPE_CROSS 1
#define WIPE_TYPE_DUMMY 2
@ -39,4 +40,4 @@ u8 WipeStatGet(void);
extern WipeState wipeData;
extern BOOL wipeFadeInF;
#endif
#endif