This commit is contained in:
din
2023-04-11 08:29:59 -05:00
parent bb31e12574
commit 605bec53ab
2 changed files with 1 additions and 3 deletions
@@ -59,7 +59,5 @@ bool get_vigem_ddrio_config(struct vigem_ddrio_config *config_out)
cconfig_finit(config);
// TODO: check bounds of config inputs here.
return true;
}
+1 -1
View File
@@ -228,7 +228,7 @@ int main(int argc, char **argv)
loop = false;
}
// avoid banging
// avoid CPU banging
Sleep(1);
}