git: 152c7efdf42d - main - emulators/quasi88: fix build
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 26 14:20:46 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=152c7efdf42d82e1898c4b0cb238a67049eb02e1
commit 152c7efdf42d82e1898c4b0cb238a67049eb02e1
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-26 13:26:53 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 14:19:20 +0000
emulators/quasi88: fix build
---
.../quasi88/files/patch-src_snddrv_quasi88_2608fmgen.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/emulators/quasi88/files/patch-src_snddrv_quasi88_2608fmgen.cpp b/emulators/quasi88/files/patch-src_snddrv_quasi88_2608fmgen.cpp
new file mode 100644
index 000000000000..8be3a8f57499
--- /dev/null
+++ b/emulators/quasi88/files/patch-src_snddrv_quasi88_2608fmgen.cpp
@@ -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) {
More information about the dev-commits-ports-all
mailing list