Skip to content

Commit

Permalink
Add VideoRender to ProGuard rules
Browse files Browse the repository at this point in the history
Fixes crash in release builds
  • Loading branch information
rafaelvcaetano committed Jan 3, 2024
1 parent a59af05 commit 5a71b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
-keep class me.magnum.melonds.domain.model.MicSource { *; }
-keep class me.magnum.melonds.domain.model.Cheat { *; }
-keep class me.magnum.melonds.domain.model.DSiWareTitle { *; }
-keep class me.magnum.melonds.domain.model.VideoRenderer { *; }
-keep class me.magnum.melonds.domain.model.retroachievements.RASimpleAchievement { *; }
-keep class me.magnum.melonds.ui.emulator.rewind.model.RewindSaveState { *; }
-keep class me.magnum.melonds.ui.emulator.rewind.model.RewindWindow { *; }
Expand Down

0 comments on commit 5a71b91

Please sign in to comment.