summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-01-30 18:07:03 +0100
committerLéo Lam <leo@leolam.fr>2020-01-30 18:07:03 +0100
commitbbc86313573054e2b600aec8c0e785999003bf4c (patch)
treecdd8e8f7fd65382a51963f421e984052dfe8fa88 /Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
parent4f01dad469b8d6c908ab99c4d7176df98b90dcfa (diff)
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.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp')
0 files changed, 0 insertions, 0 deletions