[NCSF] Update version and README for the previous change.
--- a/README.txt
+++ b/README.txt
@@ -69,6 +69,8 @@
v1.11 - 2014-10-27 - Utilize the PLAYER blocks in the SDAT if they exist.
- Sinc modification from kode54, only the sinc pulse should
scale, not the window.
+v1.11.1 - 2014-12-09 - Fixed unsigned underflow with a loop offset of 0 on an
+ ADPCM SWAV.
This is a Winamp plugin to play NCSF files. NCSF is a PSF-style music format that
uses SDAT files from Nintendo DS ROMs as it's "program".
--- a/src/in_ncsf/XSFConfig_NCSF.cpp
+++ b/src/in_ncsf/XSFConfig_NCSF.cpp
@@ -1,7 +1,7 @@
/*
* xSF - NCSF configuration
* By Naram Qashat (CyberBotX) [cyberbotx@cyberbotx.com]
- * Last modification on 2014-10-25
+ * Last modification on 2014-12-09
*
* Partially based on the vio*sf framework
*/
@@ -21,7 +21,7 @@
unsigned XSFConfig::initSampleRate = 44100;
std::string XSFConfig::commonName = "NCSF Decoder";
-std::string XSFConfig::versionNumber = "1.11";
+std::string XSFConfig::versionNumber = "1.11.1";
unsigned XSFConfig_NCSF::initInterpolation = 4;
std::string XSFConfig_NCSF::initMutes = "0000000000000000";