mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 00:10:51 +01:00
chore: Apply code formatting
This commit is contained in:
parent
bf83bd89e5
commit
e40709ddf7
@ -837,7 +837,8 @@ void camhook_init(struct camhook_config_cam *config_cam)
|
||||
NULL, "Mf.dll", camhook_mf_syms, lengthof(camhook_mf_syms));
|
||||
|
||||
log_info("Inserted cam hooks for %d cams", (int) num_setup);
|
||||
// If the user has manually disabled all cams, don't print this in the log
|
||||
// If the user has manually disabled all cams, don't print this in the
|
||||
// log
|
||||
} else if (num_addressed_cams != config_cam->num_devices) {
|
||||
log_info("No cams detected, not hooking");
|
||||
}
|
||||
|
@ -14,7 +14,8 @@ const char *camhook_config_disable_camera[CAMHOOK_CONFIG_CAM_MAX] = {
|
||||
"cam.disable_camera2",
|
||||
};
|
||||
|
||||
const int camhook_config_disable_camera_default_values[CAMHOOK_CONFIG_CAM_MAX] = {
|
||||
const int camhook_config_disable_camera_default_values[CAMHOOK_CONFIG_CAM_MAX] =
|
||||
{
|
||||
false,
|
||||
false,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user