Browse Source

winphone: changed behavior of Back key to satisfy M$'s certification requirements.

Wei Mingzhi 10 years ago
parent
commit
effb9fe63e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      input.c

+ 0 - 1
input.c

@@ -108,7 +108,6 @@ PAL_KeyboardEventFilter(
          }
          g_uiLastBackKeyTime = SDL_GetTicks();
          VIDEO_UpdateScreen(NULL);
-         UTIL_Delay(800);
          break;
 #endif