mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 09:25:05 +01:00
4d787c904e
This commit makes a few improvements to the UI/UX: * Crop Game Icons to ImageView * Controller Support for Game List * EmulationActivity is fullscreen now
10 lines
306 B
Prolog
10 lines
306 B
Prolog
# Skyline Proguard Rules
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
-keep class emu.skyline.loader.AppEntry {
|
|
void writeObject(java.io.ObjectOutputStream);
|
|
void readObject(java.io.ObjectInputStream);
|
|
}
|
|
-keep class emu.skyline.GameActivity { *; }
|