mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Make block size configurable in convert dialog
This commit is contained in:
@ -28,14 +28,17 @@ public:
|
||||
QWidget* parent = nullptr);
|
||||
|
||||
private slots:
|
||||
void OnFormatChanged();
|
||||
void Convert();
|
||||
|
||||
private:
|
||||
void AddToFormatComboBox(const QString& name, DiscIO::BlobType format);
|
||||
void AddToBlockSizeComboBox(int size);
|
||||
|
||||
bool ShowAreYouSureDialog(const QString& text);
|
||||
|
||||
QComboBox* m_format;
|
||||
QComboBox* m_block_size;
|
||||
QCheckBox* m_scrub;
|
||||
QList<std::shared_ptr<const UICommon::GameFile>> m_files;
|
||||
};
|
||||
|
Reference in New Issue
Block a user