From 5f733e475d3d42b9559a8481783d7e8388dbbd70 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 18 Mar 2018 22:49:21 -0400 Subject: [PATCH] Give host access Might as well. Closes #2 --- 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 6b2c88f..ef0d5bd 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -10,7 +10,7 @@ "rename-appdata-file": "ppsspp.appdata.xml", "finish-args": [ "--device=all", - "--filesystem=home:ro", + "--filesystem=host:ro", "--socket=pulseaudio", "--socket=wayland", "--socket=x11",