1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-28 03:39:59 +00:00
This commit is contained in:
twinaphex 2020-09-02 01:29:27 +02:00
parent 55378ae9cc
commit d0af46d460

@ -125,8 +125,7 @@ static void dos_input_free_input(void *data)
dos_keyboard_free();
if (data)
free(data);
free(data);
}
static void* dos_input_init(const char *joypad_driver)