summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Filesystem.cpp
blob: 9e5336db5d1ead4b81e6a8c15348a51decb57867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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