openMSX
|
#include <ImGuiMedia.hh>
Public Member Functions | |
bool | isEject () const |
bool | operator== (const MediaItem &) const =default |
Public Attributes | |
std::string | name |
std::vector< std::string > | ipsPatches |
RomType | romType = RomType::UNKNOWN |
Definition at line 72 of file ImGuiMedia.hh.
|
inline |
Definition at line 77 of file ImGuiMedia.hh.
References openmsx::NUM, and romType.
|
default |
std::vector<std::string> openmsx::ImGuiMedia::MediaItem::ipsPatches |
Definition at line 74 of file ImGuiMedia.hh.
Referenced by openmsx::ImGuiMedia::addRecent(), openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().
std::string openmsx::ImGuiMedia::MediaItem::name |
Definition at line 73 of file ImGuiMedia.hh.
Referenced by openmsx::ImGuiMedia::addRecent(), openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().
RomType openmsx::ImGuiMedia::MediaItem::romType = RomType::UNKNOWN |
Definition at line 75 of file ImGuiMedia.hh.
Referenced by openmsx::ImGuiMedia::addRecent(), isEject(), openmsx::ImGuiMedia::loadLine(), and openmsx::ImGuiMedia::save().