From 8184770cd5f62753426479ff6f5f181ae1d9e179 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 7 Aug 2013 04:46:43 +0000 Subject: [PATCH] gpu-fix a little bug from last commit --- desmume/src/GPU.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/GPU.cpp b/desmume/src/GPU.cpp index ef9d6d887..281783874 100644 --- a/desmume/src/GPU.cpp +++ b/desmume/src/GPU.cpp @@ -2,7 +2,7 @@ Copyright (C) 2006 yopyop Copyright (C) 2006-2007 Theo Berkau Copyright (C) 2007 shash - Copyright (C) 2008-2012 DeSmuME team + Copyright (C) 2008-2013 DeSmuME team This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -661,7 +661,7 @@ template static FORCEINLINE void _master_setFinalOBJColor(GPU *gpu, u8 *dst, u16 color, u8 alpha, u8 type, u16 x) { bool windowDraw = true; - bool windowEffectSatisfied; + bool windowEffectSatisfied = true; if(WINDOW) {