mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
disable n64 until the load issue can be worked out
This commit is contained in:
parent
4427537998
commit
f87b526ea5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user