diff --git a/README.md b/README.md index e7d069fd..b1f14f25 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Wine. All those differences are also documented on the Included bug fixes and improvements =================================== -**Bugfixes and features included in the next upcoming release [17]:** +**Bugfixes and features included in the next upcoming release [18]:** * Add stub for KeWaitForMultipleObjects * Add stubs for D3DXCreateAnimationController interface @@ -54,6 +54,7 @@ Included bug fixes and improvements * Multiple applications start wrong executable if whitespace present in name ([Wine Bug #19666](https://bugs.winehq.org/show_bug.cgi?id=19666)) * Port Royale doesn't display ocean correctly ([Wine Bug #17913](https://bugs.winehq.org/show_bug.cgi?id=17913)) * Scrolling causes mouse and screen to lock in Call to Power II ([Wine Bug #34559](https://bugs.winehq.org/show_bug.cgi?id=34559)) +* Super Mario 3: Mario Forever fails to load keyboard mapping from profile files. ([Wine Bug #18099](https://bugs.winehq.org/show_bug.cgi?id=18099)) * Support for DDS file format in D3DXSaveTextureToFileInMemory ([Wine Bug #26898](https://bugs.winehq.org/show_bug.cgi?id=26898)) * eRacer Demo doesn't correctly display text ([Wine Bug #29598](https://bugs.winehq.org/show_bug.cgi?id=29598)) diff --git a/patches/kernel32-Profile/definition b/patches/kernel32-Profile/definition index dcf9fa48..718e2480 100644 --- a/patches/kernel32-Profile/definition +++ b/patches/kernel32-Profile/definition @@ -1 +1,2 @@ Fixes: [8036] Fix handling of empty section and key name for profile files. +Fixes: [18099] Super Mario 3: Mario Forever fails to load keyboard mapping from profile files. diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 49cd70f9..104f0878 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -1723,6 +1723,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#8036] Fix handling of empty section and key name for profile files. +# | * [#18099] Super Mario 3: Mario Forever fails to load keyboard mapping from profile files. # | # | Modified files: # | * dlls/kernel32/profile.c, dlls/kernel32/tests/profile.c