{ "human_name": "Ruffle", "description": "Emulates Flash games", "platforms": ["Flash"], "runner_executable": "ruffle/ruffle", "download_url": "https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-05-22/ruffle-nightly-2024_05_22-linux-x86_64.tar.gz", "game_options": [ { "option": "main_file", "type": "file", "label": "SWF file", "default_path": "game_path" } ], "runner_options": [ { "option": "args", "type": "command_line", "label": "Arguments" }, { "option": "fullscreen", "type": "bool", "default": true, "label": "Fullscreen", "argument": "--fullscreen" }, { "option": "force_align", "type": "bool", "label": "Force align", "argument": "--force-align", "help": "Prevent movies from changing the stage alignment" }, { "option": "graphics", "type": "choice", "label": "Graphics backend", "choices": [ ["Automatic", "default"], ["Vulkan", "vulkan"], ["Metal", "metal"], ["DirectX 12", "dx12"], ["DirectX 11", "dx11"], ["OpenGL", "gl"] ], "default": "default", "argument": "--graphics" }, { "option": "power", "type": "choice", "label": "Power preference", "choices": [ ["Low", "low"], ["High", "high"] ], "default": "high", "argument": "--power" }, { "option": "proxy", "type": "string", "label": "Proxy", "argument": "--proxy" }, { "option": "no_gui", "type": "bool", "default": true, "label": "No GUI", "advanced": true, "argument": "--no-gui", "help": "Hides the menu bar (the bar at the top of the window)" }, { "option": "open_url_mode", "type": "choice", "label": "Open URLs", "choices": [ ["Automatic", "off"], ["Allow", "allow"], ["Confirm", "confirm"], ["Deny", "deny"] ], "default": "off", "argument": "--open-url-mode" } ] }