From 49043c097c2e5bf09a7ef09213a1e6f90e4ebc8a Mon Sep 17 00:00:00 2001 From: riccardom Date: Sat, 31 Oct 2009 17:05:30 +0000 Subject: [PATCH] Use the same type as the declaration. --- desmume/src/movie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/movie.cpp b/desmume/src/movie.cpp index 61f5c8b42..6aeb43042 100644 --- a/desmume/src/movie.cpp +++ b/desmume/src/movie.cpp @@ -932,7 +932,7 @@ static bool FCEUMOV_PostLoad(void) } -bool FCEUI_MovieGetInfo(std::istream* fp, MOVIE_INFO& info, bool skipFrameCount) +bool FCEUI_MovieGetInfo(EMUFILE* fp, MOVIE_INFO& info, bool skipFrameCount) { //MovieData md; //if(!LoadFM2(md, fp, INT_MAX, skipFrameCount))