N64-UNFLoader icon indicating copy to clipboard operation
N64-UNFLoader copied to clipboard

Add DATATYPE_FILEOPEN and DATATYPE_FILECLOSE

Open buu342 opened this issue 3 years ago • 0 comments

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

buu342 avatar Mar 13 '21 18:03 buu342