1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

emulators/quasi88: fix build

This commit is contained in:
Dmitry Marakasov 2021-04-26 16:26:53 +03:00
parent 8d9339654d
commit b1ef04432b

View File

@ -0,0 +1,11 @@
--- src/snddrv/quasi88/2608fmgen.cpp.orig 2011-05-26 15:42:50 UTC
+++ src/snddrv/quasi88/2608fmgen.cpp
@@ -92,7 +92,7 @@ static void *fmgen2608_start(int sndindex, int clock,
if (info->opna->Init(clock,
Machine->sample_rate ? Machine->sample_rate :44100,
- NULL)) {
+ false)) {
if (sound2_adpcm) {
uint8* adpcmbuf = info->opna->GetADPCMBuffer();
if (adpcmbuf) {