mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-25 11:55:27 +01: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.