diff options
Diffstat (limited to 'backends/intern.h')
| -rw-r--r-- | backends/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/intern.h b/backends/intern.h index 7b06adfe69..f3fbf07f71 100644 --- a/backends/intern.h +++ b/backends/intern.h @@ -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(); |
