New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common/FileUtil: Revert behavior of CreateFullPath(). #11567
Common/FileUtil: Revert behavior of CreateFullPath(). #11567
Conversation
This was accidentally changed in 7e6436d.
cb98e51
to
0758e00
Compare
0e68325
to
c36994a
Compare
|
sorry, what was the problem here? don't get it |
|
|
What about renaming EDIT: After a second thought maybe |
|
Yeah, probably a good idea to rename that to be more clear. |
ok, yea....I'd say dolphin should probably be changed to not expect that, but (I guess) it works as-is so can be punted. |
|
This is very much the wrong place for support. Go to the discord or the forums or something. (but you probably just have to manually update, I'm guessing the issue addressed in this PR broke the updater for those affected versions) |

This was accidentally changed in 7e6436d.
Compare the old code:
dolphin/Source/Core/Common/FileUtil.cpp
Lines 252 to 287 in 9d139ea
to the new code:
dolphin/Source/Core/Common/FileUtil.cpp
Lines 213 to 226 in 8f91cb6
Specifically the part where the old code returns as soon as it doesn't find any more directory separators.