MCPcopy Create free account
hub / github.com/cemu-project/Cemu / GetNormalizedPathString

Method GetNormalizedPathString

src/Cafe/GraphicPack/GraphicPack2.cpp:522–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522std::string GraphicPack2::GetNormalizedPathString() const
523{
524 return _pathToUtf8(MakeRelativePath(ActiveSettings::GetUserDataPath(), GetRulesPath()).lexically_normal());
525}
526
527bool GraphicPack2::ContainsTitleId(uint64_t title_id) const
528{

Callers 4

SaveStateToConfigMethod · 0.80
OnCheckForUpdatesMethod · 0.80
LoadGraphicPackMethod · 0.80
DeactivateGraphicPackMethod · 0.80

Calls 2

_pathToUtf8Function · 0.85
MakeRelativePathFunction · 0.85

Tested by

no test coverage detected