dolphin/Source/Android/app
Tom Pratt 1285cb2282 Make NetplaySession not a singleton
Create a new NetplaySession each time we try to join a netplay game. Hold onto it in NetplayManager so its available to the different activities that need to access it. Close the session when backing out of the netplay UI. Some guardrails in case things go out of sync: creating a session closes the old one if it is still around for some reason, finalizer in NetplaySession to release native resources if not closed explicitly for some reason. Profiling done to ensure all kotlin and native objects are successfully cleared / garbage collected.
2026-05-07 11:22:23 +02:00
..
src/main Make NetplaySession not a singleton 2026-05-07 11:22:23 +02:00
.gitignore Android: Add build output folders to gitignore 2026-01-01 14:23:40 +01:00
build.gradle.kts Netplay setup UI 2026-05-07 10:39:46 +02:00
proguard-rules.pro Android: Add ProGuard keep rules for classes and methods referenced in IDCache 2026-03-16 11:58:08 -04:00