summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/time_zone_binary.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-12-22 23:50:44 +0100
committerbunnei <bunneidev@gmail.com>2020-01-04 19:48:29 +0100
commit4414640285b0f87bc5efed46127dcc80632e7892 (patch)
treecf5b0d7d9dc3fbef90935953404db475702d8a80 /src/core/file_sys/system_archive/time_zone_binary.h
parentservice: time: Rewrite implementation of glue services. (diff)
downloadyuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar
yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.gz
yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.bz2
yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.lz
yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.xz
yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.zst
yuzu-4414640285b0f87bc5efed46127dcc80632e7892.zip
Diffstat (limited to 'src/core/file_sys/system_archive/time_zone_binary.h')
-rw-r--r--src/core/file_sys/system_archive/time_zone_binary.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/file_sys/system_archive/time_zone_binary.h b/src/core/file_sys/system_archive/time_zone_binary.h
new file mode 100644
index 000000000..ed2b78227
--- /dev/null
+++ b/src/core/file_sys/system_archive/time_zone_binary.h
@@ -0,0 +1,14 @@
+// Copyright 2019 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+#include <string>
+#include "core/file_sys/vfs_types.h"
+
+namespace FileSys::SystemArchive {
+
+VirtualDir TimeZoneBinary();
+
+} // namespace FileSys::SystemArchive