From 71f1b1db3445ca8299ee8458bf4946f76ba5229e Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 24 Dec 2022 09:45:58 +0100 Subject: [PATCH] Boot: Fix handling of M3U file paths containing backslashes Previously, if a user on Windows launched Dolphin from the command line and specified a path to an M3U file and included backslashes in this path, Dolphin would fail to resolve relative paths in the M3U file. --- Source/Core/Core/Boot/Boot.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index 369e04268b..1ebe44c219 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -205,6 +205,9 @@ std::unique_ptr BootParameters::GenerateFromFile(std::vector BootParameters::GenerateFromFile(std::vector