mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-22 18:34:55 -05:00
Android: Support bypassing game file cache to parse file
This commit is contained in:
@@ -11,6 +11,8 @@ public class GameFile
|
||||
mPointer = pointer;
|
||||
}
|
||||
|
||||
public native static GameFile parse(String path);
|
||||
|
||||
@Override
|
||||
public native void finalize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user