mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-07 13:13:32 +01:00
![JosJuice](/assets/img/avatar_default.png)
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
|