mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 12:05:39 +00:00
f368a1f4cd
Also, config files can have comments (lines that start wih #).
16 lines
336 B
INI
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
|