There was an error fetching the commit references. Please try again later.
Common: Make recursive FileUtil functions take a maximum recursion
Fixes #1115. Also improves the performances of DiskArchive’s directory implementation a lot, simply by not going through the entire tree instead of just listing the first level files. Thanks to JayRoxFox for rebasing this on current master!
Showing
- src/citra_qt/game_list.cpp 6 additions, 5 deletionssrc/citra_qt/game_list.cpp
- src/citra_qt/game_list_p.h 1 addition, 1 deletionsrc/citra_qt/game_list_p.h
- src/common/file_util.cpp 28 additions, 20 deletionssrc/common/file_util.cpp
- src/common/file_util.h 8 additions, 4 deletionssrc/common/file_util.h
Loading
Please register or sign in to comment