diff --git a/README.md b/README.md index 08f3bc8..6cf8516 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ in which case SilentPatch will skip them. instead of only putting the game in the windowed mode. * 60 FPS cap can now optionally be disabled from the INI file. **WARNING: The game does not support high frame rates and it will speed up,** **so use this option ONLY if you use VSync or external frame limiters (like RTSS).** +* Error messages now display properly on PC's with a non-Japanese locale. +* Original OST from the Wii U version of the game can now be enabled from the INI file. + +## Credits +* [Banz99](https://github.com/Banz99) - OriginalOST feature \ No newline at end of file diff --git a/source/VersionInfo.lua b/source/VersionInfo.lua index fd4cc7b..76a0e74 100644 --- a/source/VersionInfo.lua +++ b/source/VersionInfo.lua @@ -1,7 +1,7 @@ defines { "rsc_FullName=\"SilentPatch for The Wonderful 101: Remastered\"", "rsc_MinorVersion=0", - "rsc_RevisionID=1", + "rsc_RevisionID=2", "rsc_BuildID=0", "rsc_Copyright=\"2020\"", "rsc_UpdateURL=\"https://github.com/CookiePLMonster/SilentPatchW101/releases\""