[+] CustomCameraId (#66)

* [+] CustomCameraId

* [F] Map CameraType to the correct Camera IDs using enum

* [+] GameInfo Utils

* [+] CustomCameraId Add ChimeCamera Support

* [+] Decide whether to print a CameraList based on the Config
This commit is contained in:
WYH2004
2024-10-17 02:26:44 +08:00
committed by GitHub
parent 903da8732d
commit 0cab18b9b5
5 changed files with 154 additions and 0 deletions

View File

@@ -157,6 +157,16 @@ Windowed=false
Width=0
Height=0
[CustomCameraId]
# 是否启用自定义摄像头ID
# 启用后可以指定游戏使用的摄像头
Enable=false
PrintCameraList=false
LeftQrCamera=0
RightQrCamera=0
PhotoCamera=0
ChimeCamera=0
[TouchSensitivity]
# 是否启用自定义灵敏度
# 这里启用之后 Test 里的就不再起作用了