dolphin/Source/UnitTests/Core
Léo Lam bbc8631357 IOS/FS: Fix CreateFullPath to not create directories that already exist
This fixes CreateFullPath to not create directories when it is known
that they already exist, instead of calling CreateDirectory anyway
and checking if the error is AlreadyExists. (That doesn't work
now that we have an accurate implementation of CreateDirectory
that performs permission checks before checking for existence.)

I'm not sure what I was thinking when I wrote that function.

Also adds some tests for CreateFullPath.
2020-01-30 18:07:03 +01:00
..
DSP Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
IOS IOS/FS: Fix CreateFullPath to not create directories that already exist 2020-01-30 18:07:03 +01:00
PowerPC/Jit64Common Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as output 2019-05-25 23:07:50 +01:00
CMakeLists.txt UnitTests/Jit64Common: Test GenConvertDoubleToSingle 2019-05-25 23:07:50 +01:00
CoreTimingTest.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MMIOTest.cpp Merge Core/Config/Config.h into Common/Config/Config.h 2017-07-09 16:28:54 -07:00
PageFaultTest.cpp stop using g_jit outside of JitInterface 2018-12-15 01:58:58 +01:00