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

Core: Break movie header validity checking into a function #913

Merged
merged 1 commit into from Aug 31, 2014

Conversation

lioncash
Copy link
Member

No description provided.

@@ -103,6 +103,14 @@ static void EnsureTmpInputSize(size_t bound)
tmpInput = newTmpInput;
}

static bool IsInvalidMovieHeader(u8 magic[4])

This comment was marked as off-topic.

@lioncash
Copy link
Member Author

@delroth done

@delroth
Copy link
Member

delroth commented Aug 31, 2014

Except you didn't change the function body, so this now does the opposite of what it should do.

@lioncash
Copy link
Member Author

woops

@lioncash
Copy link
Member Author

Ok everything should be good now.

delroth added a commit that referenced this pull request Aug 31, 2014
Core: Break movie header validity checking into a function
@delroth delroth merged commit ea7eee1 into dolphin-emu:master Aug 31, 2014
@lioncash lioncash deleted the movie-func branch January 25, 2017 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants