Skip to content
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

FHU: Switch over win32 file operations to std::filesystem #3569

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

bylaws
Copy link
Collaborator

@bylaws bylaws commented Apr 9, 2024

These were broken to varying degrees across the board on win32, just switch to their std::filesystem as windows doesn't have the same allocator issues that require their reimplementation.

NOTE: using std::filesystem within syscall callbacks (i.e. invalidation related code) would still cause issues, however I don't see that ever happening on the FEX side?

@bylaws bylaws force-pushed the ec_pt7 branch 2 times, most recently from 500f27b to fcf0fc6 Compare April 10, 2024 22:10
These were broken to varying degrees across the board on win32,
just switch to their std::filesystem as windows doesn't have the
same allocator issues that require their reimplementation.
@Sonicadvance1 Sonicadvance1 merged commit ae5e388 into FEX-Emu:main Apr 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants