From 6193b6ce22172319da1be7ce74b20b34fc0db75e Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 18 Dec 2019 21:40:03 +0100 Subject: AUDIO: fix AmigaOS build --- audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.cpp b/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.cpp index db81485426..ad12a4be57 100644 --- a/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.cpp +++ b/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.cpp @@ -1173,7 +1173,7 @@ int TownsPC98_FmSynth::readBuffer(int16 *buffer, const int numSamples) { _timers[i].enabled = _registers[0x27][0] & (4 << i); } - render = MIN(render, _timers[i].smpTillCb); + render = MIN(render, _timers[i].smpTillCb); } } -- cgit v1.2.3