summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/mii_model.h
blob: 61723ed0d1c74e0fa8ce7cd8f8c117d5d6769048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "core/file_sys/vfs/vfs_types.h"

namespace FileSys::SystemArchive {

VirtualDir MiiModel();

} // namespace FileSys::SystemArchive