feat(citra): add compatibility for canary package (#1256)
This commit is contained in:
parent
73023cd45e
commit
76b6c1561a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@ package app.revanced.patches.citra.misc.premium.annotations
|
||||||
import app.revanced.patcher.annotation.Compatibility
|
import app.revanced.patcher.annotation.Compatibility
|
||||||
import app.revanced.patcher.annotation.Package
|
import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
@Compatibility([Package("org.citra.citra_emu")])
|
@Compatibility([Package("org.citra.citra_emu"), Package("org.citra.citra_emu.canary")])
|
||||||
internal annotation class PremiumUnlockCompatbility
|
internal annotation class PremiumUnlockCompatbility
|
||||||
Loading…
Add table
Add a link
Reference in a new issue