mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Fixed some issues with the Basilisk II and SheepShaver emulators for the macintosh system.
This commit is contained in:
parent
9d13158e76
commit
7e9cec3617
|
@ -608,8 +608,8 @@
|
|||
<fullname>Apple Macintosh</fullname>
|
||||
<path>%ROMPATH%\macintosh</path>
|
||||
<extension>.game .GAME</extension>
|
||||
<command label="Basilisk II (Standalone)">%EMULATOR_BASILISKII% --nogui true</command>
|
||||
<command label="SheepShaver (Standalone)">%EMULATOR_SHEEPSHAVER% --nogui true</command>
|
||||
<command label="Basilisk II (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_BASILISKII% --nogui true</command>
|
||||
<command label="SheepShaver (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SHEEPSHAVER%</command>
|
||||
<platform>macintosh</platform>
|
||||
<theme>macintosh</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue