mirror of
https://github.com/libretro/RetroArch
synced 2025-03-11 19:13:36 +00:00
Can use SDL 1.3 just fine now.
This commit is contained in:
parent
23516572b7
commit
1b3408919c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user