summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_standard.h
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2019-09-22 08:09:22 +0200
committerGitHub <noreply@github.com>2019-09-22 08:09:22 +0200
commitfa1c60c33ef88c6cd0b72da46842dc9098db712d (patch)
tree0e0ac1e013ea4003d116b30ee968eaf26005d210 /src/core/file_sys/system_archive/data/font_standard.h
parentMerge pull request #2886 from MysticExile/dynarmic (diff)
parentpl_u: Use kernel physical memory (diff)
downloadyuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.gz
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.bz2
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.lz
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.xz
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.zst
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/system_archive/data/font_standard.h13
1 files changed, 13 insertions, 0 deletions
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 <array>
+
+namespace FileSys::SystemArchive::SharedFontData {
+
+extern const std::array<unsigned char, 217276> FONT_STANDARD;
+
+} // namespace FileSys::SystemArchive::SharedFontData