From df7939844502280cd2a3f666eb58226aa2e16be0 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Tue, 10 Nov 2015 16:15:55 +0100 Subject: DiscIO: drop unused stuff --- Source/Core/DiscIO/FileSystemGCWii.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp') diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp index e20d633f35..b03edceb54 100644 --- a/Source/Core/DiscIO/FileSystemGCWii.cpp +++ b/Source/Core/DiscIO/FileSystemGCWii.cpp @@ -178,12 +178,6 @@ u32 CFileSystemGCWii::GetBootDOLSize(u64 dol_offset) const return dol_size; } -bool CFileSystemGCWii::GetBootDOL(u8* &buffer, u32 DolSize) const -{ - u32 DolOffset = m_rVolume->Read32(0x420, m_Wii) << GetOffsetShift(); - return m_rVolume->Read(DolOffset, DolSize, buffer, m_Wii); -} - bool CFileSystemGCWii::ExportDOL(const std::string& _rExportFolder) const { u32 DolOffset = m_rVolume->Read32(0x420, m_Wii) << GetOffsetShift(); -- cgit v1.2.3