libretro / libretro-vecx

Port of Vecx to the libretro API.
http://www.libretro.com
GNU General Public License v3.0
17 stars 35 forks source link

Fix unterminated input descriptors #26

Closed garbear closed 5 years ago

garbear commented 5 years ago

According to libretro.h:

The array is terminated by retro_input_descriptor::description being set to NULL.

Fixes https://github.com/kodi-game/game.libretro.vecx/issues/6