summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-04-01 08:17:13 +0200
committerJosJuice <josjuice@gmail.com>2026-04-01 08:19:53 +0200
commit99531cf5098d71730b36147fce7da1b80fd4ba39 (patch)
tree479bf02f20b3453a5fac348f1eaf421736a02a67 /Source/Android/app/src/main/java/org
parent51e83dd7a1ae59dc7a646f139f0c060e1237177d (diff)
Don't call OpenModeToAndroid in GBACore
`OpenModeToAndroid("r")` is conceptually wrong, since we're opening a binary file. It should be either `OpenModeToAndroid("rb")` or just `"r"`. But either way it evaluates to `"r"`, so this doesn't affect behavior.
Diffstat (limited to 'Source/Android/app/src/main/java/org')
0 files changed, 0 insertions, 0 deletions