mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-12 01:10:49 +01:00
iidx25/26 - Add cam.disable_camera options to config files
This commit is contained in:
parent
139c658d03
commit
11f670b5a1
6
dist/iidx/iidxhook-25.conf
vendored
6
dist/iidx/iidxhook-25.conf
vendored
@ -37,6 +37,12 @@ gfx.device_adapter=-1
|
||||
# Disables the camera emulation
|
||||
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=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
|
||||
|
||||
# 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=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user