summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_backend.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-12-19 05:35:24 +0100
committerSubv <subv2112@gmail.com>2014-12-21 22:38:54 +0100
commitfa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2 (patch)
tree282a7eb7c7a28c77760017c1d2164b3e2f3a40f7 /src/core/file_sys/archive_backend.h
parentMerge pull request #291 from purpasmart96/license (diff)
downloadyuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.tar
yuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.tar.gz
yuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.tar.bz2
yuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.tar.lz
yuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.tar.xz
yuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.tar.zst
yuzu-fa3d72ab3e5ba8b3e8dccdb1d3bd9b976dbc28e2.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/archive_backend.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/file_sys/archive_backend.h b/src/core/file_sys/archive_backend.h
index eb1fdaa1f..e2979be17 100644
--- a/src/core/file_sys/archive_backend.h
+++ b/src/core/file_sys/archive_backend.h
@@ -45,6 +45,11 @@ public:
{
}
+ Path(const char* path):
+ type(Char), string(path)
+ {
+ }
+
Path(LowPathType type, u32 size, u32 pointer):
type(type)
{