mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 15:05:06 +01:00
c5dce22a8c
This commit fixes JNI race conditions by usage of a mutex, fixes a bug in release builds due to ProGuard member obfuscation and fix searching by fixing the HeaderAdapter filter.
10 lines
308 B
Prolog
10 lines
308 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);
|
|
}
|
|
-keep class emu.skyline.GameActivity { *; }
|