mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-03 09:13:14 +00:00
Added null jpeg task implementation to prevent crashes
This commit is contained in:
parent
b5a482e72c
commit
3f73f99cc6
2 changed files with 24 additions and 1 deletions
|
@ -66,6 +66,7 @@ typedef u64 OSTime;
|
|||
#define M_GFXTASK 1
|
||||
#define M_AUDTASK 2
|
||||
#define M_VIDTASK 3
|
||||
#define M_NJPEGTASK 4
|
||||
|
||||
/////////////
|
||||
// Structs //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue