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-09-22 01:21:58 +0200
commit8b857fc7c2908aad389e65963e0ddf5003daf795 (patch)
treeed894e1ad78493ba0d5fa53ae3d91d3246a6a9e1 /src/core/file_sys/system_archive/shared_font.h
parentpl_u: Expose method to encrypt TTF to BFTTF (diff)
downloadyuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.gz
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.bz2
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.lz
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.xz
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.zst
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.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