Moved some files around into their own place with better names from libreultra

This commit is contained in:
Ryan Myers
2021-10-21 08:24:13 -04:00
parent 8eabd39ad6
commit 2ccd255e79
8 changed files with 77 additions and 50 deletions
+12
View File
@@ -15,6 +15,18 @@
#endif
#define OS_YIELD_AUDIO_SIZE 0x400
/*
* Task Flags field
*/
#define OS_TASK_YIELDED 0x0001
#define OS_TASK_DP_WAIT 0x0002
#define OS_TASK_LOADABLE 0x0004
#define OS_TASK_SP_ONLY 0x0008
#define OS_TASK_USR0 0x0010
#define OS_TASK_USR1 0x0020
#define OS_TASK_USR2 0x0040
#define OS_TASK_USR3 0x0080
/* Flags */
#define M_TASK_FLAG0 1
#define M_TASK_FLAG1 2