[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.2,1.3

Jonathan Gray khalek at users.sourceforge.net
Wed Oct 1 03:48:09 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends
In directory sc8-pr-cvs1:/tmp/cvs-serv9324/backends

Modified Files:
	intern.h 
Log Message:
disable joystick input by default either command line or config file need to be used to enable it now, ability to choose joystick number to use also added

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- intern.h	16 Aug 2003 10:14:33 -0000	1.2
+++ intern.h	1 Oct 2003 10:47:18 -0000	1.3
@@ -27,7 +27,7 @@
 /* Factory functions. This means we don't have to include the headers for
  * all backends.
  */
-extern OSystem *OSystem_SDL_create(int gfx_driver, bool full_screen, bool aspect_ratio);
+extern OSystem *OSystem_SDL_create(int gfx_driver, bool full_screen, bool aspect_ratio, int joystick_num);
 extern OSystem *OSystem_NULL_create();
 extern OSystem *OSystem_MorphOS_create(int game_id, int gfx_driver, bool full_screen);
 extern OSystem *OSystem_Dreamcast_create();





More information about the Scummvm-git-logs mailing list