summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_chinese_traditional.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 09:47:25 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 09:47:25 +0200
commitd961d5479e0246f217883b57bbfdd736610b642e (patch)
treedcdcfb617b1fa680eaa74cf1a96f872f259bba1b /src/core/file_sys/system_archive/data/font_chinese_traditional.h
parentMerge pull request #2535 from DarkLordZach/cheat-v2 (diff)
downloadyuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.gz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.bz2
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.lz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.xz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.zst
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.zip
Diffstat (limited to 'src/core/file_sys/system_archive/data/font_chinese_traditional.h')
-rw-r--r--src/core/file_sys/system_archive/data/font_chinese_traditional.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/file_sys/system_archive/data/font_chinese_traditional.h b/src/core/file_sys/system_archive/data/font_chinese_traditional.h
deleted file mode 100644
index b16c8e550..000000000
--- a/src/core/file_sys/system_archive/data/font_chinese_traditional.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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, 222236> FONT_CHINESE_TRADITIONAL;
-
-} // namespace FileSys::SystemArchive::SharedFontData