add CachingDirectory config setting to cache mods elsewhere

also moved cls/clear to the beginning, idk wtf it was doing in there.
This commit is contained in:
Lion Kortlepel
2024-09-23 22:31:58 +02:00
parent 4bedfc8e96
commit 1362471657
5 changed files with 22 additions and 16 deletions

View File

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