Buu342
Buu342
This will let people force a specific texture to load first if needed (for dynamic stuff).
Unfortunately, due to not knowing any better, the SummerCarts being sold on [Phenom Mod](https://store.phenommod.com/index.php?route=product/product&path=75&product_id=102) had their manufacturer string changed to `Polprzewodnikowy/Mena`, resulting in the breaking of the UDEV rules for...
iQue uploads ROMs through USB (which also requires a ticket to be generated). iQue devs currently do this through a set of tools (some of them leaked), so this could...
See title. It was bodge added and frankly it could be much better done.
Right now, the only way to print debug information when inside command parsing functions is to return a char*. It would be nice if any debug functions worked inside these...
See title. This causes Debug Mode to error with `Bad DMA Header` when the N64 is turned off. Is the EverDrive sending something useful? Is it sending whatever is in...
This bug seems to be only happening on HW1 64Drives. For some reason, about every 900 bytes, the 64Drive mangles the incoming USB data. This can be shown by texture...
The original implementation is a mess and seemingly breaks with -O3. Guess it's time for a rewrite!
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...