Mark PCSX2 as runnable alone

This commit is contained in:
Mathieu Comandon 2019-11-10 14:26:01 -08:00
parent 2f78211b53
commit c153bd789e

View file

@ -6,6 +6,7 @@ class pcsx2(Runner):
human_name = "PCSX2"
description = "PlayStation 2 emulator"
platforms = ["Sony PlayStation 2"]
runnable_alone = True
runner_executable = "pcsx2/PCSX2"
game_options = [
{