mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06: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