mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed an issue where the LinApple emulator was spelled incorrectly.
This commit is contained in:
parent
b1368aed1f
commit
33c6c44545
|
@ -182,7 +182,7 @@
|
|||
</rule>
|
||||
</emulator>
|
||||
<emulator name="LINAPPLE">
|
||||
<!-- Apple II emulator linapple -->
|
||||
<!-- Apple II emulator LinApple -->
|
||||
<rule type="systempath">
|
||||
<entry>linapple</entry>
|
||||
</rule>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
<fullname>Apple II</fullname>
|
||||
<path>%ROMPATH%/apple2</path>
|
||||
<extension>.do .DO .dsk .DSK .nib .NIB .po .PO</extension>
|
||||
<command label="linapple (Standalone)">%EMULATOR_LINAPPLE% -f -b --d1 %ROM%</command>
|
||||
<command label="LinApple (Standalone)">%EMULATOR_LINAPPLE% -f -b --d1 %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %ROMPATH%/apple2 apple2e -flop1 %ROM%</command>
|
||||
<platform>apple2</platform>
|
||||
<theme>apple2</theme>
|
||||
|
|
Loading…
Reference in a new issue