Vystem 0.2

This commit is contained in:
2026-05-27 19:34:54 +02:00
parent a43c08b893
commit d238606b75
372 changed files with 51320 additions and 83217 deletions

View File

@@ -90,6 +90,10 @@ uint16_t clamp(long double v,uint16_t max) {
return (uint16_t)v;
}
int main (int argc,char **argv) {
if (fs::exists("bootanim.bin")) {
cout<<"[Bootanim] Stopping here because bootanim.bin already exists."<<endl;
return 0;
}
if (argc!=5) {
cout<<"[Bootanim] Error: invalid argument."<<endl;
return -1;