Add CachingDirectory config setting to cache mods elsewhere (#121)

also moved cls/clear to the beginning, idk wtf it was doing in there.
This commit is contained in:
Lion
2024-09-23 22:45:21 +02:00
committed by GitHub
5 changed files with 31 additions and 18 deletions

View File

@@ -26,6 +26,14 @@ int main(int argc, char** argv) try {
th.detach();
#endif
#if defined(_WIN32)
system("cls");
#elif defined(__linux__)
system("clear");
#endif
GetEP(argv[0]);
for (int i = 0; i < argc; ++i) {