dolphin/Source/Android/app
Tom Pratt ab6c2d0d56 Dont try to load temporary save states when launching netplay
An orientation change can trigger this code path immediately when a game starts. e.g. dolphin is portrait when launching the game but settings force gameplay to landscape. We want to avoid this and continue to the netplay launch code below.

If the user backgrounds dolphin during netplay and then resumes after the process has died it will actually resume from the save state in single player mode, not sure if thats good or bad but fine for now.

Netplay doesnt handle rotation very well, seems to go more and more out of sync the more rotations.
2026-05-07 10:39:50 +02:00
..
src/main Dont try to load temporary save states when launching netplay 2026-05-07 10:39:50 +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