mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-24 08:41:49 +01:00
Fix endless vibration in pause menu
This commit is contained in:
parent
a73a3380d7
commit
ac88a00f06
@ -5490,6 +5490,9 @@ CMenuManager::SwitchMenuOnAndOff()
|
|||||||
}
|
}
|
||||||
Initialise();
|
Initialise();
|
||||||
LoadAllTextures();
|
LoadAllTextures();
|
||||||
|
#ifdef FIX_BUGS
|
||||||
|
CPad::StopPadsShaking();
|
||||||
|
#endif
|
||||||
} else {
|
} else {
|
||||||
#ifdef EXTENDED_COLOURFILTER
|
#ifdef EXTENDED_COLOURFILTER
|
||||||
// we always expect CPostFX to be open
|
// we always expect CPostFX to be open
|
||||||
|
Loading…
Reference in New Issue
Block a user