diff options
Diffstat (limited to 'Source/Core/DiscIO/RiivolutionPatcher.cpp')
| -rw-r--r-- | Source/Core/DiscIO/RiivolutionPatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/RiivolutionPatcher.cpp b/Source/Core/DiscIO/RiivolutionPatcher.cpp index a5093f586a..c7bf51f3d0 100644 --- a/Source/Core/DiscIO/RiivolutionPatcher.cpp +++ b/Source/Core/DiscIO/RiivolutionPatcher.cpp @@ -57,7 +57,7 @@ FileDataLoaderHostFS::FileDataLoaderHostFS(std::string sd_root, const std::strin } std::optional<std::string> -FileDataLoaderHostFS::MakeAbsoluteFromRelative(std::string_view external_relative_path) +FileDataLoaderHostFS::MakeAbsoluteFromRelative(std::string_view external_relative_path) const { #ifdef _WIN32 // Riivolution treats a backslash as just a standard filename character, but we can't replicate |
