summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/ng_word.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-12-05 01:59:52 +0100
committerGitHub <noreply@github.com>2018-12-05 01:59:52 +0100
commitd08d4a366b70751cfbbbbb1844df3f62fd0da8a1 (patch)
treeb66fada812f416a30041fc4bcb6f7b15f5af7490 /src/core/file_sys/system_archive/ng_word.h
parentMerge pull request #1837 from lioncash/map (diff)
parentfile_sys: Implement system archive synthesizer for NgWord (806) (diff)
downloadyuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.tar
yuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.tar.gz
yuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.tar.bz2
yuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.tar.lz
yuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.tar.xz
yuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.tar.zst
yuzu-d08d4a366b70751cfbbbbb1844df3f62fd0da8a1.zip
Diffstat (limited to 'src/core/file_sys/system_archive/ng_word.h')
-rw-r--r--src/core/file_sys/system_archive/ng_word.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/file_sys/system_archive/ng_word.h b/src/core/file_sys/system_archive/ng_word.h
new file mode 100644
index 000000000..f4bc67344
--- /dev/null
+++ b/src/core/file_sys/system_archive/ng_word.h
@@ -0,0 +1,13 @@
+// Copyright 2018 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 NgWord1();
+
+} // namespace FileSys::SystemArchive