ES-DE/systems.cfg
Aloshi f368a1f4cd Browsing multiple systems is now possible! Just press left or right.
Also, config files can have comments (lines that start wih #).
2012-07-21 15:57:53 -05:00

16 lines
336 B
INI

NAME=Super Nintendo Entertainment System
PATH=./snes/
EXTENSION=.smc
COMMAND=retroarch -L ~/libretro-pocketsnes.so %ROM%
NAME=MAME
PATH=./mame/
EXTENSION=.zip
COMMAND=echo %ROM%
# This is just a dud to test error handling. Also, comment support! Woo!
NAME=Fake System
PATH=./fakedir/
EXTENSION=.fake
COMMAND=this will never be called