Buu342

Results 31 issues of Buu342

This will let people force a specific texture to load first if needed (for dynamic stuff).

Enhancement
Parser

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...

Bug
UNFLoader

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...

Enhancement
USB Library
UNFLoader
Debug Library

See title. It was bodge added and frankly it could be much better done.

Bug
UNFLoader

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...

Enhancement
Debug Library

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...

Bug
USB Library
UNFLoader

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...

Bug
USB Library

The original implementation is a mess and seemingly breaks with -O3. Guess it's time for a rewrite!

Enhancement
Debug Library

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...

Enhancement
USB Library
UNFLoader