Home
last modified time | relevance | path

Searched refs:ELFOrDOL (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/UICommon/
H A DGameFile.cpp149 m_platform = DiscIO::Platform::ELFOrDOL; in GameFile()
571 if (m_platform == DiscIO::Platform::ELFOrDOL) in GetSyncHash()
588 const u64 dol_elf_size = m_platform == DiscIO::Platform::ELFOrDOL ? m_file_size : 0; in GetSyncIdentifier()
596 const bool is_elf_or_dol = m_platform == DiscIO::Platform::ELFOrDOL; in CompareSyncIdentifier()
649 case DiscIO::Platform::ELFOrDOL: in ShouldShowFileFormatDetails()
662 case DiscIO::Platform::ELFOrDOL: in GetFileFormatName()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DEnums.h21 ELFOrDOL, enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/
H A DPropertiesDialog.cpp61 if (game.GetPlatform() != DiscIO::Platform::ELFOrDOL) in PropertiesDialog()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameListModel.cpp267 case DiscIO::Platform::ELFOrDOL: in ShouldDisplayGameListItem()
H A DGameList.cpp291 if (platform != DiscIO::Platform::ELFOrDOL) in ShowContextMenu()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DNetPlayServer.cpp1427 game->GetPlatform() == DiscIO::Platform::ELFOrDOL)) in SyncSaveData()