summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_standard.h
blob: ab44108d6aea24119c1804d743e66dbe7544992e (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, 217276> FONT_STANDARD;

} // namespace FileSys::SystemArchive::SharedFontData