(Linux) Added a --fullscreen flag to the lightspark emulator for the flash game system.

This commit is contained in:
Leon Styhre 2023-02-21 19:42:31 +01:00
parent 5b001f5608
commit c523ee05a8

View file

@ -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>