-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathretro-pie-notes.txt
35 lines (25 loc) · 963 Bytes
/
retro-pie-notes.txt
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
29
30
31
32
33
34
Ok, all should be installed, but before you can actually use disk images, you need to edit the /etc/emulationstation/es_systems.cfg file.
The command is.
sudo nano /etc/emulationstation/es_systems.cfg
Change the apple2 section from this..
<system>
<name>apple2</name>
<fullname>Apple II</fullname>
<path>/home/pi/RetroPie/roms/apple2</path>
<extension>.sh .SH</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ apple2 %ROM%</command>
<platform>apple2</platform>
<theme>apple2</theme>
<directlaunch/>
</system>
to this..
<system>
<name>apple2</name>
<fullname>Apple II</fullname>
<path>/home/pi/RetroPie/roms/apple2</path>
<extension>.dsk .nib .po .DSK .NIB .PO .do .DO</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ apple2 %ROM%</command>
<platform>apple2</platform>
<theme>apple2</theme>
<directlaunch/>
</system>