From 2347b95bf2175f85e017df9f9f03459ad48a770f Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Wed, 29 Jul 2015 03:26:58 +0200 Subject: [PATCH] aica/sgc: fix update_rate warning --- core/hw/aica/sgc_if.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/aica/sgc_if.cpp b/core/hw/aica/sgc_if.cpp index 2709e6cd4..2abcfa806 100755 --- a/core/hw/aica/sgc_if.cpp +++ b/core/hw/aica/sgc_if.cpp @@ -563,7 +563,7 @@ struct ChannelEx { u32 oct=ccd->OCT; - update_rate = 1024 | ccd->FNS; + u32 update_rate = 1024 | ccd->FNS; if (oct& 8) update_rate>>=(16-oct); else