[android]: (feat) emuready launch intent + redesign #162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/android-emuready-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: emuready intent support and slight redesign
bc6e32a4bc
to5d3cc98e29
e541b759d1
tof68dbc6428
New commits pushed, approval review dismissed automatically according to repository settings
@ -0,0 +212,4 @@
GameHelper.cachedGameList.find { game ->
game.programId == programIdDecimal ||
game.programIdHex.equals(expectedHex, ignoreCase = true)
}?.let { foundGame ->
when I'm in an unreadable code competition and my opponent is Kotlin
New commits pushed, approval review dismissed automatically according to repository settings
looks sick. Can't test emuready intent but otherwise this is great