mirror of
https://github.com/pound-emu/pound.git
synced 2025-06-22 22:48:09 -04:00
13 lines
325 B
C++
13 lines
325 B
C++
// 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/vfs_types.h"
|
|
|
|
namespace FileSys::SystemArchive {
|
|
|
|
VirtualFile SynthesizeSystemArchive(u64 title_id);
|
|
|
|
} // namespace FileSys::SystemArchive
|