bump wait after loading config by 50ms

This commit is contained in:
onyx-and-iris 2024-07-07 07:38:39 +01:00
parent c5c9360d32
commit bc7568a191

View File

@ -147,7 +147,7 @@ int main(int argc, char *argv[])
{
log_info("Profile %s loaded", cvalue);
set_parameter_string(vmr, "command.load", cvalue);
Sleep(250);
Sleep(300);
clear_dirty(vmr);
}