Ejemplo n.º 1
0
 public static void CancelRevert()
 {
     Clear();
     if (RetroGame.TopScreen is RetroPortScreen)
     {
         RetroGame.PopScreen(true);
     }
     SoundManager.SetMusicReverse(false);
     SoundManager.SetLoopingSoundsReverse(false);
 }