From 79a2c0af9479e47b301a42b758c4e71e37c0a7b0 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 28 Feb 2006 01:40:17 +0000 Subject: [PATCH] Don't display mencoder message for no video and uncompressed --- zsnes/src/gui/guimouse.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guimouse.inc b/zsnes/src/gui/guimouse.inc index c8c2f421..dcb0c199 100644 --- a/zsnes/src/gui/guimouse.inc +++ b/zsnes/src/gui/guimouse.inc @@ -667,10 +667,12 @@ ProcessMouseButtons: pushad call MovieDumpRaw popad + cmp byte[MovieVideoMode],2 + jb .nomencoder cmp byte[mencoderExists],0 - jne .okay + jne .nomencoder call guimencodermsg -.okay +.nomencoder ret .noDumpRaw cmp byte[GUICBHold],40