mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-22 02:16:14 -05:00
Merge pull request #14536 from JosJuice/gbacore-android-content
Don't call OpenModeToAndroid in GBACore
This commit is contained in:
@@ -121,7 +121,7 @@ static VFile* OpenReadOnlyFile(const char* path)
|
||||
{
|
||||
#ifdef ANDROID
|
||||
if (IsPathAndroidContent(path))
|
||||
return VFileFromFD(OpenAndroidContent(path, OpenModeToAndroid("r")));
|
||||
return VFileFromFD(OpenAndroidContent(path, "r"));
|
||||
#endif
|
||||
return VFileOpen(path, O_RDONLY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user