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

Fix emulator paths using forward slashes on Windows #386

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

rsubtil
Copy link
Member

@rsubtil rsubtil commented Aug 15, 2024

Fixes #384.

For Windows, any path present in the final emulator launch command is now handled properly to convert Unix / back to Windows \ slashes. While most emulators were working fine without this, apparently DuckStation does not work with paths in Unix style.

So, for the sake of completeness and to prevent further issues, this conversion is now done for all paths on Windows to prevent further issues.

@rsubtil rsubtil merged commit 76ecd78 into main Aug 16, 2024
22 checks passed
@rsubtil rsubtil deleted the fix_windows_emulator_path_slash branch August 16, 2024 21:34
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.

Game paths are not converted to Windows paths
1 participant