Android: Fix opening controller menu unpausing
This commit is contained in:
parent
82ffb1bc81
commit
c3526adb69
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue