From 9dd7a81033988758f60e97251ecc229c546c54c3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paine Date: Mon, 10 Apr 2023 15:11:35 -0400 Subject: [PATCH] iidx26 - Fix cam.disable_camera1 default --- dist/iidx/iidxhook-26.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/iidx/iidxhook-26.conf b/dist/iidx/iidxhook-26.conf index 985f346..08343f1 100644 --- a/dist/iidx/iidxhook-26.conf +++ b/dist/iidx/iidxhook-26.conf @@ -38,7 +38,7 @@ gfx.device_adapter=-1 cam.disable_emu=false # Disable camera 1. Use, i.e., if you only have one camera and want it to be mapped to camera 2 ingame. -cam.disable_camera1=true +cam.disable_camera1=false # Disable camera 2. Use, i.e., if you have more than one camera but only want to map camera 1 ingame. cam.disable_camera2=false