mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
RVZ: Make m_rvz a template parameter
Needed for the next commit.
This commit is contained in:
parent
ca4e4a6207
commit
f2c38c0e67
6 changed files with 222 additions and 170 deletions
|
@ -16,7 +16,7 @@ class QComboBox;
|
|||
|
||||
namespace DiscIO
|
||||
{
|
||||
enum class WIACompressionType : u32;
|
||||
enum class WIARVZCompressionType : u32;
|
||||
}
|
||||
|
||||
namespace UICommon
|
||||
|
@ -39,7 +39,7 @@ private slots:
|
|||
|
||||
private:
|
||||
void AddToBlockSizeComboBox(int size);
|
||||
void AddToCompressionComboBox(const QString& name, DiscIO::WIACompressionType type);
|
||||
void AddToCompressionComboBox(const QString& name, DiscIO::WIARVZCompressionType type);
|
||||
void AddToCompressionLevelComboBox(int level);
|
||||
|
||||
bool ShowAreYouSureDialog(const QString& text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue