mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #868] [MERGED] Make path separators in UI more consistent #171
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/868
Author: @CookiePLMonster
Created: 9/19/2020
Status: ✅ Merged
Merged: 9/20/2020
Merged by: @stenzek
Base:
master← Head:separator-consistency📝 Commits (1)
92d0dabMake path separators in UI more consistent📊 Changes
10 files changed (+62 additions, -54 deletions)
View changed files
📝
src/common/file_system.h(+2 -0)📝
src/core/host_interface.cpp(+5 -5)📝
src/core/settings.cpp(+6 -4)📝
src/duckstation-libretro/libretro_host_interface.cpp(+4 -5)📝
src/duckstation-qt/consolesettingswidget.cpp(+7 -4)📝
src/duckstation-qt/gamepropertiesdialog.cpp(+6 -4)📝
src/duckstation-qt/memorycardeditordialog.cpp(+1 -1)📝
src/frontend-common/common_host_interface.cpp(+16 -16)📝
src/frontend-common/postprocessing_chain.cpp(+3 -3)📝
src/updater/updater.cpp(+12 -12)📄 Description
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

%cformatters with compile time string literal concatenation, as there is really no reason for separators to be concatenated on runtime.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.