forked from dolphin-emu/dolphin
		
	The last commit made m_partition unnecessary, and m_volume has been unnecessary ever since the PR that added DiscExtractor.
		
			
				
	
	
		
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			C++
		
	
	
	
	
	
// Copyright 2008 Dolphin Emulator Project
 | 
						|
// Licensed under GPLv2+
 | 
						|
// Refer to the license.txt file included.
 | 
						|
 | 
						|
#include "DiscIO/Filesystem.h"
 | 
						|
 | 
						|
namespace DiscIO
 | 
						|
{
 | 
						|
FileInfo::~FileInfo() = default;
 | 
						|
 | 
						|
FileSystem::~FileSystem() = default;
 | 
						|
 | 
						|
}  // namespace
 |