Skip to content

Commit

Permalink
Reenable xbios usage to get relative mouse motion
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Sep 12, 2006
1 parent 63e2dff commit c8f5db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/gem/SDL_gemvideo.c
Expand Up @@ -197,9 +197,9 @@ static SDL_VideoDevice *GEM_CreateDevice(int devindex)
if (!(device->hidden->use_dev_mouse)) {
vectors_mask |= ATARI_XBIOS_MOUSEEVENTS; /* XBIOS mouse events */
}
if (Getcookie(C_MiNT, &dummy)==C_FOUND) {
/* if (Getcookie(C_MiNT, &dummy)==C_FOUND) {
vectors_mask = 0;
}
}*/

SDL_AtariXbios_InstallVectors(vectors_mask);

Expand Down

0 comments on commit c8f5db9

Please sign in to comment.