summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/time_zone_binary.h
blob: e44fc500775111ae9dc7e8b852288b18c3a33e10 (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 TimeZoneBinary();

} // namespace FileSys::SystemArchive