delete render cache when launch

This commit is contained in:
Tungstend 2023-07-29 01:06:12 +08:00
parent 126c114110
commit 3c5d4df5b5
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public final class FCLGameLauncher extends DefaultLauncher {
@Override @Override
public FCLBridge launch() throws IOException, InterruptedException { public FCLBridge launch() throws IOException, InterruptedException {
FileUtils.deleteDirectoryQuietly(new File("/data/user_de/0/com.tungsten.fcl/code_cache"));
generateOptionsTxt(); generateOptionsTxt();
return super.launch(); return super.launch();
} }