From f6d25b26345d89768051da119eaefc88f20b837b Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 15 Nov 2015 12:57:28 +0100 Subject: [PATCH] DolphinQt: Fix typo of return m_blob_type; --- Source/Core/DolphinQt/GameList/GameFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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