summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/shared_font.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-06 00:51:41 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-13 19:46:10 +0200
commit920742d41817688b1c15fb54f87c337ec7a7c91f (patch)
tree6dcc0dd84fd60b060ccd47bda2578f45f9960155 /src/core/file_sys/system_archive/shared_font.h
parentexternals: Move OSS font data to file_sys in core (diff)
downloadyuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.gz
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.bz2
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.lz
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.xz
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.zst
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.zip
Diffstat (limited to 'src/core/file_sys/system_archive/shared_font.h')
-rw-r--r--src/core/file_sys/system_archive/shared_font.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/core/file_sys/system_archive/shared_font.h b/src/core/file_sys/system_archive/shared_font.h
new file mode 100644
index 000000000..6d8de565b
--- /dev/null
+++ b/src/core/file_sys/system_archive/shared_font.h
@@ -0,0 +1,17 @@
+// Copyright 2019 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+#include "core/file_sys/vfs_types.h"
+
+namespace FileSys::SystemArchive {
+
+VirtualDir FontNintendoExtension();
+VirtualDir FontStandard();
+VirtualDir FontKorean();
+VirtualDir FontChineseTraditional();
+VirtualDir FontChineseSimple();
+
+} // namespace FileSys::SystemArchive