mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-14 20:23:30 +01:00
added note about BASS
This commit is contained in:
parent
80d1a36bd4
commit
e5df322992
@ -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
|
||||
- wave.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user