{
    "human_name": "PPSSPP",
    "description": "Sony PSP emulator",
    "platforms": ["Sony PlayStation Portable"],
    "runner_executable": "ppsspp/PPSSPPSDL",
    "runnable_alone": true,
    "flatpak_id": "org.ppsspp.PPSSPP",
    "game_options": [
        {
            "option": "main_file",
            "type": "file",
            "label": "ISO file",
            "default_path": "game_path"
        }
    ],
    "runner_options": [

        {
            "option": "config",
            "type": "bool",
            "label": "Fullscreen",
            "default": true,
            "argument": "--fullscreen"
        },
        {
            "option": "pausexit",
            "type": "bool",
            "label": "Exit on Pause Menu",
            "default": true,
            "argument": "--pause-menu-exit"
        }
    ]
}
