From 708e453b3daca1ef9f08028c4d7c42d0ef2f0e22 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 20 Sep 2001 03:49:40 +0000 Subject: [PATCH] Small fix --- zsnes/src/win/winlink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 231a7f62..9585021d 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -2080,7 +2080,7 @@ void drawscreenwin(void) switch (BitDepth) { case 16: - if (FPUCopy){ + if (FPUCopy == 2) { _asm { push es mov ax,ds @@ -2208,7 +2208,7 @@ void drawscreenwin(void) switch (BitDepth) { case 16: - if (FPUCopy){ + if (FPUCopy == 2) { _asm { push es mov ax,ds