From 920742d41817688b1c15fb54f87c337ec7a7c91f Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Fri, 5 Jul 2019 18:51:41 -0400 Subject: system_archive: Synthesize shared fonts system archives --- src/core/file_sys/system_archive/shared_font.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/core/file_sys/system_archive/shared_font.h (limited to 'src/core/file_sys/system_archive/shared_font.h') 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 -- cgit v1.2.3