aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/findgame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/findgame.cpp')
-rw-r--r--backends/wince/findgame.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/wince/findgame.cpp b/backends/wince/findgame.cpp
index e4aa7411f3..1cba8c139c 100644
--- a/backends/wince/findgame.cpp
+++ b/backends/wince/findgame.cpp
@@ -854,6 +854,11 @@ void handleSelectGame(int x, int y) {
x -= _game_selection_X_offset;
y -= _game_selection_Y_offset;
+ if (y < start - 10) {
+ drawVideoDevice();
+ return;
+ }
+
/* See if it's a selection */
for (i=0; i<MAX_DISPLAYED_GAMES; i++) {