dolphin/Source/Core
Dentomologist c434eefe94 Change File::DeleteDir return value
Makes File::DeleteDir return true when attempting to delete a
nonexistent path.

The purpose of DeleteDir is to ensure the path doesn't exist after the
call, which is better reflected by the new return value. Additionally,
none of the current callers actually check the return value so this
won't break any existing code.
2020-12-03 13:31:53 -08:00
..
AudioCommon AudioCommon: Convert alerts over to fmt-based variants 2020-11-27 10:10:11 -05:00
Common Change File::DeleteDir return value 2020-12-03 13:31:53 -08:00
Core Merge pull request #9153 from iwubcode/qt_custom_tooltip 2020-11-29 12:37:31 +01:00
DiscIO DiscIO: Fix recursive directory extraction 2020-12-03 21:13:53 +01:00
DolphinNoGUI Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
DolphinQt Qt: Add missing tr calls for tooltip descriptions 2020-11-30 14:04:08 +01:00
InputCommon Merge pull request #9232 from AdmiralCurtiss/show-result-value-in-expression-editor 2020-11-26 01:30:12 +01:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Frontends: Migrate logs over to fmt 2020-11-25 21:19:08 -05:00
UpdaterCommon Fix updater not always cleaning up temp directory 2020-11-13 12:25:53 -08:00
VideoBackends General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
VideoCommon General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
WinUpdater DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00