diff --git a/Source/Core/DolphinQt/GameList/GameFile.h b/Source/Core/DolphinQt/GameList/GameFile.h index b9920100d6..c3a543862e 100644 --- a/Source/Core/DolphinQt/GameList/GameFile.h +++ b/Source/Core/DolphinQt/GameList/GameFile.h @@ -35,7 +35,7 @@ public: const QString GetWiiFSPath() const; DiscIO::IVolume::ECountry GetCountry() const { return m_country; } DiscIO::IVolume::EPlatform GetPlatform() const { return m_platform; } - DiscIO::BlobType GetBlobType() const { m_blob_type; } + DiscIO::BlobType GetBlobType() const { return m_blob_type; } const QString GetIssues() const { return m_issues; } int GetEmuState() const { return m_emu_state; } bool IsCompressed() const