[PR #868] Make path separators in UI more consistent #174

Closed
opened 2026-01-29 19:06:44 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/stenzek/duckstation/pull/868

State: closed
Merged: Yes


Before that, BIOS and memory card selection still used a / separator on Windows, and various imgui popups would mix \ and / in their messages.

Now separators are consistent, and I replaced runtime %c formatters with compile time string literal concatenation, as there is really no reason for separators to be concatenated on runtime.
image

**Original Pull Request:** https://github.com/stenzek/duckstation/pull/868 **State:** closed **Merged:** Yes --- Before that, BIOS and memory card selection still used a `/` separator on Windows, and various imgui popups would mix `\` and `/` in their messages. Now separators are consistent, and I replaced runtime `%c` formatters with compile time string literal concatenation, as there is really no reason for separators to be concatenated on runtime. ![image](https://user-images.githubusercontent.com/7947461/93689238-d6120900-facc-11ea-8392-e0b76f99e633.png)
claunia added the pull-request label 2026-01-29 19:06:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#174