mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
(Linux) Added a --fullscreen flag to the lightspark emulator for the flash game system.
This commit is contained in:
parent
5b001f5608
commit
c523ee05a8
|
@ -547,7 +547,7 @@
|
|||
<path>%ROMPATH%/flash</path>
|
||||
<extension>.swf .SWF</extension>
|
||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% --fullscreen %ROM%</command>
|
||||
<command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% %ROM%</command>
|
||||
<command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% --fullscreen %ROM%</command>
|
||||
<platform>flash</platform>
|
||||
<theme>flash</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue