mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 12:41:18 +00:00
Each line was drawn using the full message's length so the alignment was broken. I fixed it by adding the message length to get_message_width so every line has its own length for get_message_width.