Add @Keep annotation to Player constructor

Since it's only instantiated from c++.
This commit is contained in:
Tom Pratt
2026-05-18 10:20:14 +02:00
committed by Tom Pratt
parent 1bc64a0e6e
commit 22863b3703
@@ -2,6 +2,9 @@
package org.dolphinemu.dolphinemu.features.netplay.model
import androidx.annotation.Keep
@Keep
data class Player(
val pid: Int,
val name: String,