disable n64 until the load issue can be worked out

This commit is contained in:
Lowly Worm 2018-01-08 09:58:09 -08:00
parent 4427537998
commit f87b526ea5

View File

@ -74,7 +74,7 @@ static bool check_bytes (const ut8 *buf, ut64 length) {
if (length < N64_ROM_START) {
return false;
}
return true;
return false;
}
static void *load_bytes(RBinFile *bf, const ut8 *buf, ut64 sz, ut64 loadaddr, Sdb *sdb) {