Disable Lutris runtime for Citra (Conflicts with AppImage)

This commit is contained in:
Mathieu Comandon 2024-01-03 21:29:30 -08:00
parent 0a82b3bef2
commit 70487c1ef9
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,7 @@ __all__ = [
"steam",
"web",
"flatpak",
"zdoom",
# Microsoft based
"wine",
"dosbox",
@ -41,7 +42,6 @@ __all__ = [
# Misc legacy systems
"jzintv",
"o2em",
"zdoom",
]
from lutris.exceptions import LutrisError, MisconfigurationError

View file

@ -13,5 +13,11 @@
"label": "ROM file",
"help": "The game data, commonly called a ROM image."
}
],
"system_options_override": [
{
"option": "disable_runtime",
"default": true
}
]
}