Applied wipe defines
This commit is contained in:
parent
bf6cab3cfa
commit
cc68766f1d
22 changed files with 478 additions and 344 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue