mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Android: Only allow conversion when appropriate
This commit is contained in:
parent
23ea47d4df
commit
f01ccfdb82
6 changed files with 27 additions and 6 deletions
|
@ -101,6 +101,7 @@ public:
|
|||
const std::string& GetCompressionMethod() const { return m_compression_method; }
|
||||
bool ShouldShowFileFormatDetails() const;
|
||||
std::string GetFileFormatName() const;
|
||||
bool ShouldAllowConversion() const;
|
||||
const std::string& GetApploaderDate() const { return m_apploader_date; }
|
||||
u64 GetFileSize() const { return m_file_size; }
|
||||
u64 GetVolumeSize() const { return m_volume_size; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue