pub const fn import_mc2(
_bytes: &[u8],
_rom_sha256: [u8; 32],
) -> Result<(Movie, LegacyMeta), LegacyMovieError>Expand description
“Import” a Mednafen .mc2 movie — always an error.
.mc2 (PCEjin / Mednafen) is a PC Engine movie format (PCE buttons
B1/B2/Run/Select, platform PCE/PCECD), not an NES container. It carries no
NES gamepad data, so there is nothing to map. This entry point exists so the
frontend dispatcher can give a precise diagnostic instead of mis-parsing.
§Errors
Always LegacyMovieError::Unsupported.