mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #848] [MERGED] More path fixes #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/848
Author: @CookiePLMonster
Created: 9/13/2020
Status: ✅ Merged
Merged: 9/15/2020
Merged by: @stenzek
Base:
master← Head:more-path-fixes📝 Commits (2)
a35a283Fix XML loading not handling UTF-8 paths1918a5dSTBI: Handle UTF-8 paths correctly📊 Changes
4 files changed (+62 additions, -20 deletions)
View changed files
📝
src/common/image.cpp(+8 -1)📝
src/core/gpu.cpp(+15 -3)📝
src/core/host_display.cpp(+26 -12)📝
src/frontend-common/game_list.cpp(+13 -4)📄 Description
XML loading and screenshot/texture saving still couldn't handle UTF-8 on Windows.
NOTE: For screenshot saving, I had to defineSTBI_WINDOWS_UTF8in multiple places (incl. stb project), is there a better way to do that? I probably also need to add the define to CMake somewhere?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.