dolphin/Source
Dentomologist f64e57442c DeleteDirRecursively: Don't report error for absent directory
Check if the return value of std::filesystem::remove_all is -1 rather
than 0; the former is the specified return value if there's an error
while 0 just means the directory already didn't exist (which is the end
result we want).

Previously error messages such as the following were possible:
E[COMMON]: DeleteDirRecursively: [path]/User/RedirectSession/ failed The
operation completed successfully.

Also adds a period in the error string to make it look nicer.
2025-10-05 16:29:41 -07:00
..
Android Merge pull request #13260 from JosJuice/android-gcadapter-hotplug-callback 2025-09-28 14:03:50 -04:00
Core DeleteDirRecursively: Don't report error for absent directory 2025-10-05 16:29:41 -07:00
DSPSpy
DSPTool Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
PCH
UnitTests Merge pull request #13940 from iwubcode/glslang_update 2025-09-26 17:13:54 -04:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln