mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 17:01:17 +12:00
Add support for non portable mode (#356)
This commit is contained in:
parent
2b9edced81
commit
d6ba61cf64
38 changed files with 233 additions and 163 deletions
|
@ -291,7 +291,7 @@ void TitleInfo::CalcUID()
|
|||
fs::path normalizedPath;
|
||||
if (m_fullPath.is_relative())
|
||||
{
|
||||
normalizedPath = ActiveSettings::GetPath();
|
||||
normalizedPath = ActiveSettings::GetUserDataPath();
|
||||
normalizedPath /= m_fullPath;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue