Expand description
§n64romconvert
It’s a small tool to help you convert between Nintendo 64 ROM formats, including Byte-Swapped Big Endian (v64), Little endian (n64), and Big Endian (z64), on the CLI.
Structs§
- Error
- An error.
Enums§
Functions§
- byte_
endian_ swap - Both swap byte pairs and change the endianness of a ROM.
- byte_
swap - Byteswap a rom, where pairs of bytes are swapped.
- determine_
format - Determine the format of the ROM, given the file path. Returns an error if it did not recognize a supported format.
- endian_
swap - Swap the endianness of the ROM.