mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-31 01:34:02 -07:00
ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255.