More flexible OS file detection

This commit is contained in:
Linus Dierheimer
2022-01-18 18:56:37 +01:00
parent a0f5432903
commit f2663a65cc
10 changed files with 59 additions and 55 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ int main(int argc, char** argv)
FFinstance instance;
ffInitInstance(&instance); //This also applys default configuration to instance.config
//ffLoadLogoSet(&instance, "my custom logo");
//Modify instance.config here
ffLoadLogo(&instance); //ffLoadLogoSet(&instance, "my custom logo");
ffStrbufSet(&instance.config.color, &instance.config.logoColors[0]); //Use the primary color of the logo as key color
//Multithreading --> better performance