From 5688e953caace4e3a90fd2c965b0ace6fcb39852 Mon Sep 17 00:00:00 2001 From: p989 Date: Tue, 16 Jun 2009 18:43:36 +0000 Subject: [PATCH] ported previous --- desmume/src/movie.cpp | 2 +- desmume/src/movie.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/movie.cpp b/desmume/src/movie.cpp index 1a03f11da..9ff74ab6d 100644 --- a/desmume/src/movie.cpp +++ b/desmume/src/movie.cpp @@ -581,7 +581,7 @@ static void openRecordingMovie(const char* fname) MovieRecord mr; if(MicButtonPressed == 1) - mr.commands=9; + mr.commands=1; else mr.commands = 0; mr.pad = nds.pad; diff --git a/desmume/src/movie.h b/desmume/src/movie.h index 52f85da4b..9a9550a73 100644 --- a/desmume/src/movie.h +++ b/desmume/src/movie.h @@ -60,7 +60,7 @@ public: //the disk format will support up to 64bit if necessary uint8 commands; bool command_reset() { return (commands&MOVIECMD_RESET)!=0; } - bool command_microphone() { return (commands&2)!=0; } + bool command_microphone() { return (commands&1)!=0; } void toggleBit(int bit) {