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
get rid of HAS_STD_FILESYSTEM #10994
Conversation
|
lol at this point i'm just going to say it's blocked until we update minimum requirements to actually support c++20. |
|
OK, it compiles now - so ready for review |
5eb8e12
to
261ff0d
Compare
|
You could replace this too: dolphin/Source/Core/DiscIO/GameModDescriptor.cpp Lines 19 to 28 in 7abb501
|
should i just merge this PR and #11426 ? wasn't sure if it was 'too much' |
|
I think it makes sense to keep them separate. |
just use std::filesystem
just use std::filesystem
let's see if we can finally get rid of it...