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

Windows: file path fixes #15043

Merged
merged 3 commits into from
Jan 14, 2024
Merged

Windows: file path fixes #15043

merged 3 commits into from
Jan 14, 2024

Conversation

Megamouse
Copy link
Contributor

  • Use fs::get_temp_dir during updates, GetTempPathW was falsely using size in bytes instead of string length.
  • Remove duplicate to_utf8 function in fs::file
  • Move buf in fs::get_config_dir from stack to heap to silence some VS warning

@Megamouse Megamouse added Bugfix Filesystem Refactoring Refactors or simplifies existing code labels Jan 13, 2024
Utilities/File.cpp Outdated Show resolved Hide resolved
@Megamouse Megamouse merged commit 3d974ee into RPCS3:master Jan 14, 2024
5 of 6 checks passed
@Megamouse Megamouse deleted the font branch January 14, 2024 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Filesystem Refactoring Refactors or simplifies existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants