mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-11 01:24:22 +02:00
Add @Keep annotation to Player constructor
Since it's only instantiated from c++.
This commit is contained in:
+3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user