Files
ppsspp/UI/TiltAnalogSettingsScreen.cpp
Henrik Rydgård e0c5857927 Tilt analog settings: Fix failure to reinitialize tilt_ when creating views.
This caused crashes due to tilt_ ending up pointing to a deleted object
after recreate instead of null (in which case we would have avoided the
writes).

Fixes #18105
2023-09-08 15:50:57 +02:00

7.3 KiB