summaryrefslogtreecommitdiff
path: root/src/core/Frontend.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-02-17 15:09:16 +0200
committerSergeanur <s.anureev@yandex.ua>2021-02-17 15:09:16 +0200
commitac88a00f060abdb252c6aadea2af2dabb7c5dd71 (patch)
treeafb5a7f63e467ec1f6777cdfdd55f295621794f6 /src/core/Frontend.cpp
parenta73a3380d7ae4d41929ea1c09b825d835c6caea9 (diff)
Fix endless vibration in pause menu
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r--src/core/Frontend.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 0f66178b..3e79b418 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -5490,6 +5490,9 @@ CMenuManager::SwitchMenuOnAndOff()
}
Initialise();
LoadAllTextures();
+#ifdef FIX_BUGS
+ CPad::StopPadsShaking();
+#endif
} else {
#ifdef EXTENDED_COLOURFILTER
// we always expect CPostFX to be open