Android: Fix opening controller menu unpausing

This commit is contained in:
Connor McLaughlin 2020-11-09 01:18:44 +10:00
parent 82ffb1bc81
commit c3526adb69
1 changed files with 0 additions and 1 deletions

View File

@ -414,7 +414,6 @@ public class EmulationActivity extends AppCompatActivity implements SurfaceHolde
case 3: // Change Touchscreen Controller case 3: // Change Touchscreen Controller
{ {
showTouchscreenControllerMenu(); showTouchscreenControllerMenu();
onMenuClosed();
return; return;
} }