blob: 8444dd37821cb531670b48cd7abdcb5385ad329f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
###############################################################################
The SNES9X emulator was installed
1) You can run the emulator using:
# (o)snes9x -y2 -ts /path/to/rom_file
2) You can see all options that you can use with snes9x at:
%%DOCSDIR%%/README
or only typing:
# (o)snes9x
3) Also you can define a config file, see an example at:
%%DOCSDIR%%/snes9x.conf.default
and you can select this config file using:
# (o)snes9x -conf /path/to/conf_file
4) Enjoy it ;)
###############################################################################
|