citra-nightly/src/android
JosJuice ce07ef1821 android: Use correct encoding when converting strings
The JNI functions that have "UTF" their name use "modified UTF-8"
rather than the standard UTF-8 that Citra uses, at least according
to Oracle's documentation, so it is incorrect for us to use them.
This change fixes the problem by converting between UTF-8 and
UTF-16 manually instead of letting JNI do it for us.
2022-08-03 15:54:15 +02:00
..
app android: Use correct encoding when converting strings 2022-08-03 15:54:15 +02:00
gradle/wrapper Android : Bump gradle version 2022-04-16 13:05:50 +05:30
.gitignore Android: Java + JNI dump 2022-04-14 20:44:57 +05:30
build.gradle Android : Bump gradle version 2022-04-16 13:05:50 +05:30
code-style-java.xml Android: Java + JNI dump 2022-04-14 20:44:57 +05:30
gradle.properties Android: Java + JNI dump 2022-04-14 20:44:57 +05:30
gradlew android: add build files 2018-11-13 19:54:32 -06:00
gradlew.bat android: add build files 2018-11-13 19:54:32 -06:00
settings.gradle android: add build files 2018-11-13 19:54:32 -06:00