summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Morph2021-06-11 02:20:36 -0400
committerGravatar Morph2021-06-12 01:39:07 -0400
commitc978f3144cae1a59a612088aa99752bc74cf9e03 (patch)
treea3d41920a0f2a99dcf6506f4a7e503a2ce306a3c /src/common/logging/backend.cpp
parentMerge pull request #6453 from lat9nq/libusb-fix-msvc (diff)
downloadyuzu-c978f3144cae1a59a612088aa99752bc74cf9e03.tar.gz
yuzu-c978f3144cae1a59a612088aa99752bc74cf9e03.tar.xz
yuzu-c978f3144cae1a59a612088aa99752bc74cf9e03.zip
common: fs: Use the normal directory iterator in *Recursively functions
MSVC's implementation of recursive_directory_iterator throws an exception on an error despite a std::error_code being passed into its constructor. This is most likely a bug in MSVC's implementation since directory_iterator does not throw an exception on an error. We can replace the usage of recursive_directory_iterator for now until MSVC fixes their implementation of it.
Diffstat (limited to 'src/common/logging/backend.cpp')
0 files changed, 0 insertions, 0 deletions