Fix Libretro's human_name

This commit is contained in:
daniel-j 2017-03-07 14:29:04 +01:00
parent 814da8563f
commit b6d42a1669

View file

@ -52,7 +52,7 @@ def get_default_info_directory():
class libretro(Runner):
human_name = "libretro"
human_name = "Libretro"
description = "Multi system emulator"
platform = "libretro"
runnable_alone = True