* Beginnings of Solaris support from Vincent S. Cojot
* Note this patch also splits USE_SDL into USE_SDL_VIDEO and USE_SDL_AUDIO
This commit is contained in:
parent
58512aff09
commit
c5bdb034f2
17 changed files with 320 additions and 57 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
#if USE_SDL
|
||||
#if USE_SDL_VIDEO
|
||||
|
||||
/*
|
||||
* SDL implementation for Quake 3: Arena's GPL source release.
|
||||
|
@ -1406,7 +1406,7 @@ void IN_JoyMove( void )
|
|||
stick_state.oldaxes = axes;
|
||||
}
|
||||
|
||||
#endif // USE_SDL
|
||||
#endif // USE_SDL_VIDEO
|
||||
|
||||
// end of linux_glimp_sdl.c ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue