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

#pragma once

#include "common/common_types.h"
#include "core/file_sys/vfs_types.h"

namespace FileSys::SystemArchive {

VirtualFile SynthesizeSystemArchive(u64 title_id);

} // namespace FileSys::SystemArchive