mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-16 00:47:27 +08:00
[+] 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:
@@ -138,6 +138,16 @@ Windowed=false
|
||||
Width=0
|
||||
Height=0
|
||||
|
||||
[CustomCameraId]
|
||||
# Enable custom CameraId
|
||||
# If enabled, you can customize the game to use the specified camera
|
||||
Enable=false
|
||||
PrintCameraList=false
|
||||
LeftQrCamera=0
|
||||
RightQrCamera=0
|
||||
PhotoCamera=0
|
||||
ChimeCamera=0
|
||||
|
||||
[TouchSensitivity]
|
||||
# Enable custom sensitivity
|
||||
# When enabled, the settings in Test mode will not take effect
|
||||
|
||||
Reference in New Issue
Block a user