N64-UNFLoader
N64-UNFLoader copied to clipboard
Add DATATYPE_FILEOPEN and DATATYPE_FILECLOSE
So if someone just calls DATATYPE_RAWBINARY
, it will dump whatever it receives to one file. But if DATATYPE_FILEOPEN
was sent first, then we can make subsequent DATATYPE_RAWBINARY
calls all go to a single file, until a DATATYPE_FILECLOSE
is received