diff options
| author | Dr. Dystopia <jonis9898@hotmail.com> | 2025-04-19 09:58:04 +0200 |
|---|---|---|
| committer | Dr. Dystopia <jonis9898@hotmail.com> | 2025-05-16 19:11:39 +0200 |
| commit | 9dfcbcecff93a3419e09a9bfbb61f91f6f0bbf98 (patch) | |
| tree | f9aef5efad1a8a3761f11334741a88eef3390596 /Source/Core/DiscIO/RiivolutionPatcher.cpp | |
| parent | c211efd84a5ec159e6cf82498cf01c0ac05b94c0 (diff) | |
DiscIO: Make functions constant
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 |
