Android: Support bypassing game file cache to parse file

This commit is contained in:
Stenzek
2019-07-18 20:42:09 +10:00
parent a77b571da7
commit 6a6bbd7071
2 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,8 @@ public class GameFile
mPointer = pointer;
}
public native static GameFile parse(String path);
@Override
public native void finalize();