From 9b877764c41db500bb05cf7f0c40a1b80d1a1d8a Mon Sep 17 00:00:00 2001 From: cam900 Date: Sun, 2 Apr 2023 23:33:34 +0900 Subject: [PATCH] Fix build --- extern/vgsound_emu-modified/vgsound_emu/src/k053260/k053260.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/extern/vgsound_emu-modified/vgsound_emu/src/k053260/k053260.cpp b/extern/vgsound_emu-modified/vgsound_emu/src/k053260/k053260.cpp index 990c1fc36..b1c56a8d7 100644 --- a/extern/vgsound_emu-modified/vgsound_emu/src/k053260/k053260.cpp +++ b/extern/vgsound_emu-modified/vgsound_emu/src/k053260/k053260.cpp @@ -42,7 +42,6 @@ void k053260_core::voice_t::tick(u32 cycle) { if (m_enable && m_busy) { - bool update = false; // update counter m_counter += cycle; if (m_counter >= 0x1000)