From 361a8fa318046e3c333668b3bdb91cbb46eb5639 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Fri, 5 Jul 2019 18:49:52 -0400 Subject: externals: Move OSS font data to file_sys in core --- src/core/file_sys/system_archive/data/font_standard.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/core/file_sys/system_archive/data/font_standard.h (limited to 'src/core/file_sys/system_archive/data/font_standard.h') diff --git a/src/core/file_sys/system_archive/data/font_standard.h b/src/core/file_sys/system_archive/data/font_standard.h new file mode 100644 index 000000000..757593c4b --- /dev/null +++ b/src/core/file_sys/system_archive/data/font_standard.h @@ -0,0 +1,13 @@ +// Copyright 2019 yuzu emulator team +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + +#pragma once + +#include + +namespace FileSys::SystemArchive::SharedFontData { + +extern const std::array FONT_STANDARD; + +} // namespace FileSys::SystemArchive::SharedFontData -- cgit v1.2.3