dolphin-emulator/Source/Android
JosJuice 25fdde4204 Android: Update platform enum values
71f654c added a new platform in the middle of the C++ platform enum
without updating the corresponding Android code, making the Android code
incorrectly treat Wii discs as WAD files, WAD files as DOL/ELF files,
and so on. This commit fixes the problem.

To be able to add the new Triforce entry into the Platform enum without
it leading to the UI getting an additional tab, I'm splitting the enum
into Platform and PlatformTab. Platform now exactly matches the C++
enum (previously it excluded ELFOrDOL), and PlatformTab has the same
content as the old Platform.
2025-04-22 20:07:15 +02:00
..
app Android: Update platform enum values 2025-04-22 20:07:15 +02:00
benchmark Android: Update dependencies 2024-04-20 17:53:11 +02:00
gradle/wrapper Android: Upgrade AGP & Gradle 2025-03-04 18:28:01 -07:00
jni Merge pull request #13434 from JosJuice/android-non-blocking-input-detection 2025-03-28 18:25:04 -04:00
.gitignore android: Regenerate baseline profile module for AGP 8.2.0 2023-12-09 15:44:29 -05:00
build.gradle.kts Android: Upgrade AGP & Gradle 2025-03-04 18:28:01 -07:00
code-style-java.xml Android: Update code-style-java for androidx files 2020-09-08 05:59:08 -04:00
gradle.properties Android: Fix Gradle deprecation 2024-05-25 22:13:25 -04:00
gradlew Android: Upgrade AGP & Gradle 2025-03-04 18:28:01 -07:00
gradlew.bat Android: Upgrade AGP & Gradle 2025-03-04 18:28:01 -07:00
settings.gradle.kts android: Regenerate baseline profile module for AGP 8.2.0 2023-12-09 15:44:29 -05:00