1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-20 20:41:10 +01:00

camhook: Add disable_camera options

Allow users to manually disable specific cameras
This commit is contained in:
Jeffrey Paine 2023-04-10 15:02:58 -04:00 committed by icex2
parent c38ea64ea9
commit 043906e353

View File

@ -11,6 +11,7 @@ struct camhook_config_cam {
bool disable_emu;
size_t num_devices;
char device_id[CAMHOOK_CONFIG_CAM_MAX][MAX_PATH];
bool disable_camera[CAMHOOK_CONFIG_CAM_MAX];
};
void camhook_config_cam_init(struct cconfig *config, size_t num_cams);