hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.39k stars 2.19k forks source link

Remove double ampersands from PPGe-drawn text (in-game UI) #19482

Closed hrydgard closed 1 month ago

hrydgard commented 1 month ago

After #19218, ampersands no longer need to be escaped (doubled) when drawing text.

Forgot to update PPGe (the little library we use for in-game UI).

This fixes #19477