summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_extended_chinese_simplified.h
blob: d640cf7551193616929508a86f5f8a2e07f1d40c (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 <array>

namespace FileSys::SystemArchive::SharedFontData {

extern const std::array<unsigned char, 293516> FONT_EXTENDED_CHINESE_SIMPLIFIED;

} // namespace FileSys::SystemArchive::SharedFontData