There was an error fetching the commit references. Please try again later.
android: Fix case bug for installing game content
The C++ side never made the filename lowercase when checking the extension. This just passes the pre-prepared extension to have it checked.
Showing
- src/android/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt 6 additions, 1 deletion...roid/app/src/main/java/org/yuzu/yuzu_emu/NativeLibrary.kt
- src/android/app/src/main/java/org/yuzu/yuzu_emu/ui/main/MainActivity.kt 6 additions, 1 deletion...p/src/main/java/org/yuzu/yuzu_emu/ui/main/MainActivity.kt
- src/android/app/src/main/jni/native.cpp 7 additions, 5 deletionssrc/android/app/src/main/jni/native.cpp
Loading
Please register or sign in to comment