From 5eb40bfad33dfda4947677031945b087702d902d Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 19 Feb 2023 23:26:50 +0100 Subject: [PATCH] dist/iidx27: Align disabled cam connection with 28 and 29 The default should be targeting emulation on a "normal desktop pc". The default confits for 28 and 29 refeclt that already, but it seems that 27 was missed out here. --- dist/iidx/iidxhook-27.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/iidx/iidxhook-27.conf b/dist/iidx/iidxhook-27.conf index 42f0709..b977db9 100644 --- a/dist/iidx/iidxhook-27.conf +++ b/dist/iidx/iidxhook-27.conf @@ -11,7 +11,7 @@ io.disable_poll_limiter=false io.lightning_mode=false # Disable camera connection -io.disable_cams=false +io.disable_cams=true # Disables the built in file hooks, requiring manual file creation io.disable_file_hooks=false