mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 17:27:56 +03:00
e4dc602f4d
This commit moves from conventional file access to using URIs and such provided by the SAF APIs.
10 lines
324 B
Prolog
10 lines
324 B
Prolog
# Skyline Proguard Rules
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
-keep class emu.skyline.loader.TitleEntry {
|
|
void writeObject(java.io.ObjectOutputStream);
|
|
void readObject(java.io.ObjectInputStream);
|
|
}
|
|
-keepclassmembernames class emu.skyline.GameActivity { *; }
|