mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Qt/GameCubePane: Display a warning if a GCI folder override is set.
This commit is contained in:
parent
c18d6c3deb
commit
81557f611a
2 changed files with 23 additions and 4 deletions
|
@ -19,6 +19,7 @@ class QLabel;
|
|||
class QLineEdit;
|
||||
class QPushButton;
|
||||
class QString;
|
||||
class QVBoxLayout;
|
||||
|
||||
class GameCubePane : public QWidget
|
||||
{
|
||||
|
@ -65,8 +66,9 @@ private:
|
|||
Common::EnumMap<QLabel*, ExpansionInterface::MAX_MEMCARD_SLOT> m_agp_path_labels;
|
||||
Common::EnumMap<QLineEdit*, ExpansionInterface::MAX_MEMCARD_SLOT> m_agp_paths;
|
||||
|
||||
Common::EnumMap<QHBoxLayout*, ExpansionInterface::MAX_MEMCARD_SLOT> m_gci_path_layouts;
|
||||
Common::EnumMap<QVBoxLayout*, ExpansionInterface::MAX_MEMCARD_SLOT> m_gci_path_layouts;
|
||||
Common::EnumMap<QLabel*, ExpansionInterface::MAX_MEMCARD_SLOT> m_gci_path_labels;
|
||||
Common::EnumMap<QLabel*, ExpansionInterface::MAX_MEMCARD_SLOT> m_gci_override_labels;
|
||||
Common::EnumMap<QLineEdit*, ExpansionInterface::MAX_MEMCARD_SLOT> m_gci_paths;
|
||||
|
||||
QCheckBox* m_gba_threads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue