From c38ea64ea9a4aba9e63d361a4b7f39fc3f6540f1 Mon Sep 17 00:00:00 2001 From: Jeffrey Paine Date: Sat, 8 Apr 2023 22:16:10 -0400 Subject: [PATCH] Update iidxhook-26.conf Add info on new SKIP feature for cameras --- dist/iidx/iidxhook-26.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/iidx/iidxhook-26.conf b/dist/iidx/iidxhook-26.conf index 61a05c9..500c3a5 100644 --- a/dist/iidx/iidxhook-26.conf +++ b/dist/iidx/iidxhook-26.conf @@ -37,10 +37,10 @@ gfx.device_adapter=-1 # Disables the camera emulation cam.disable_emu=false -# Override camera device ID 1 detection (copy from device manager, do not escape) +# Override camera device ID 1 detection (copy from device manager, do not escape) Leave blank to automatically detect, or set to SKIP (case sensitive) to leave this camera unassigned cam.device_id1= -# Override camera device ID 2 detection (copy from device manager, do not escape) +# Override camera device ID 2 detection (copy from device manager, do not escape) Leave blank to automatically detect, or set to SKIP (case sensitive) to leave this camera unassigned cam.device_id2= # Disable card reader emulation and enable usage of real card reader hardware on COM1 (for games supporting slotted readers) @@ -50,4 +50,4 @@ io.disable_card_reader_emu=false io.disable_bio2_emu=false # Disables the poll limiter, warning very high CPU usage may arise -io.disable_poll_limiter=false \ No newline at end of file +io.disable_poll_limiter=false