Crate n64romconvert

Source
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§

RomType

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.