Can use SDL 1.3 just fine now.

This commit is contained in:
Themaister 2011-09-13 14:41:45 +02:00
parent 23516572b7
commit 1b3408919c

View File

@ -273,11 +273,6 @@ static bool setup_video(ext_t *ext, const video_info_t *video, const input_drive
static void* video_ext_init(const video_info_t *video, const input_driver_t **input, void **input_data)
{
#if SDL_MODERN
SSNES_ERR("External driver API not compatible with SDL 1.3 input API!\n");
return NULL;
#endif
ext_t *ext = calloc(1, sizeof(*ext));
if (!ext)
return NULL;