diff --git a/desmume/src/movie.cpp b/desmume/src/movie.cpp index e32d1893d..db74b5a9f 100644 --- a/desmume/src/movie.cpp +++ b/desmume/src/movie.cpp @@ -591,7 +591,7 @@ static void openRecordingMovie(const char* fname) mr.commands=1; mr.pad = nds.pad; - if(nds.pad & (1<<0) == 1) + if((nds.pad & (1<<0)) == 1) mr.commands=4; if(nds.isTouch) {