Added null jpeg task implementation to prevent crashes

This commit is contained in:
Mr-Wiseguy 2023-02-06 22:12:04 -05:00
parent b5a482e72c
commit 3f73f99cc6
2 changed files with 24 additions and 1 deletions

View file

@ -66,6 +66,7 @@ typedef u64 OSTime;
#define M_GFXTASK 1
#define M_AUDTASK 2
#define M_VIDTASK 3
#define M_NJPEGTASK 4
/////////////
// Structs //