cemu-project / Cemu

Cemu - Wii U emulator
https://cemu.info
Mozilla Public License 2.0
6.65k stars 518 forks source link

Changes to game shortcuts and UTF8 gamelist name fixes #1126

Closed capitalistspz closed 3 months ago

capitalistspz commented 4 months ago
lijunyu-cn commented 3 months ago

For multi-charset systems, there may be some issues with newly created shortcut names, and the same problem occurs when copying the Title Names. Could you fix it in this PR, I tried using wxString::FromUTF8(gameInfo.GetTitleName()) in Win10 to solve this problem, but this is just a small issue, not worth opening a separate PR.