From e5df322992570a55275c15aafe1a52c90d2fea94 Mon Sep 17 00:00:00 2001 From: jummy Date: Sun, 2 Mar 2025 10:26:41 -0600 Subject: [PATCH] added note about BASS --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53573a1..d855542 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Some demangled symbol names are taken from the 2013 Windows Phone version of Speedy Blupi, which we inspected using ILSpy. Big thanks to Ч.У.Ш on the 4PDA forum for archiving this obscure version of the game!!! Gameplay is functional, but defective and missing many features. + + For personal convenience, this code uses the BASS and BASSMIDI audio library. The original behavior using Windows MCI can be restored in `def.h` by changing `#define _BASS` to `false`. These files currently need the **most attention**, in order of priority: - event.cpp @@ -27,4 +29,4 @@ - network.cpp - pixmap.cpp - sound.cpp - - wave.cpp \ No newline at end of file + - wave.cpp