Update reminiscence_libretro.info
- Added Stuart Carnie to the authors section since he helped port the core.
- As evidenced by libretro.cpp, REminiscence's core info file was missing some supported extensions, the missing extensions have now been added.
01528e5d1e/src/libretro.cpp (L114-L128)
This commit is contained in:
parent
b22bb68721
commit
908e59decc
|
@ -1,6 +1,6 @@
|
|||
display_name = "Flashback (REminiscence)"
|
||||
authors = "Gregory Montoir"
|
||||
supported_extensions = "map"
|
||||
authors = "Gregory Montoir|Stuart Carnie"
|
||||
supported_extensions = "map|aba|seq|lev"
|
||||
corename = "REminiscence"
|
||||
categories = "Game"
|
||||
database = "Flashback"
|
||||
|
|
Loading…
Reference in New Issue