mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +00:00
DiscIO: Make functions constant
This commit is contained in:
parent
c211efd84a
commit
9dfcbcecff
8 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue