Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non-native rom files in romlist #24

Merged
merged 1 commit into from Oct 13, 2014
Merged

Add support for non-native rom files in romlist #24

merged 1 commit into from Oct 13, 2014

Conversation

ghost
Copy link

@ghost ghost commented Oct 11, 2014

mupen64plus supports roms in native (.z64), byteswapped (.v64) and wordswapped (*.n64) rom files. Unfortunately, m64py only supported native rom files because it didn't swap the also swapped big endian crc values back to the unswapped host ordered crc values for non-native rom files. This caused crc checks to fail for these rom files.

This fixes bug #12

mupen64plus supports roms in native (*.z64), byteswapped (*.v64) and
wordswapped (*.n64) rom files. Unfortunately, m64py only supported native rom
files because it didn't swap the also swapped big endian crc values back to the
unswapped host ordered crc values for non-native rom files. This caused crc
checks to fail for these rom files.
gen2brain added a commit that referenced this pull request Oct 13, 2014
Add support for non-native rom files in romlist
@gen2brain gen2brain merged commit a29805e into mupen64plus:master Oct 13, 2014
@ghost ghost deleted the non_native_romlist branch October 13, 2014 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant