diff --git a/source/config.c b/source/config.c index 0e2e427..cb59581 100644 --- a/source/config.c +++ b/source/config.c @@ -187,5 +187,5 @@ void configureCFW(const char *configPath) } u64 t0 = chrono(); - while(chrono() - t0 < 2 * TICKS_PER_SEC); //wait for 1.5s -} \ No newline at end of file + while(chrono() - t0 < 2 * TICKS_PER_SEC); //wait for 2s +}