From f60f600b5134e051c0120021c63a5feac33849e6 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 5 Nov 2017 22:18:05 -0500 Subject: [PATCH] Fix controller support --- org.ppsspp.PPSSPP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index e35e269..c5dd3a7 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -9,7 +9,7 @@ "rename-icon": "ppsspp", "rename-appdata-file": "ppsspp.appdata.xml", "finish-args": [ - "--device=dri", + "--device=all", "--filesystem=home:ro", "--socket=pulseaudio", "--socket=wayland",