Update name of libretro runner

This commit is contained in:
Mathieu Comandon 2016-09-19 23:33:15 -07:00
parent 49bf266740
commit 16f5033eb3
2 changed files with 4 additions and 4 deletions

View file

@ -9,10 +9,10 @@ def get_cores():
]
class retroarch(Runner):
human_name = "RetroArch"
description = "Frontend for libretro cores"
platform = "RetroArch"
class libretro(Runner):
human_name = "libretro"
description = "Multi system emulator"
platform = "libretro"
runnable_alone = True
game_options = [
{

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB