mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DolphinQt: Allow converting to same format
Mainly useful for WIA and RVZ, but also has some use for GCZ.
This commit is contained in:
parent
7cdd0e2430
commit
ec3ea6c1df
2 changed files with 7 additions and 14 deletions
|
@ -32,7 +32,6 @@ private slots:
|
|||
void Convert();
|
||||
|
||||
private:
|
||||
void AddToFormatComboBox(const QString& name, DiscIO::BlobType format);
|
||||
void AddToBlockSizeComboBox(int size);
|
||||
|
||||
bool ShowAreYouSureDialog(const QString& text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue