Home
last modified time | relevance | path

Searched refs:GetLongMakers (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DVolumeGC.h41 std::map<Language, std::string> GetLongMakers() const override;
H A DVolumeGC.cpp90 std::map<Language, std::string> VolumeGC::GetLongMakers() const in GetLongMakers() function in DiscIO::VolumeGC
H A DVolume.h114 virtual std::map<Language, std::string> GetLongMakers() const { return {}; } in GetLongMakers() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/UICommon/
H A DGameFile.cpp115 m_long_makers = volume->GetLongMakers(); in GameFile()