aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_backend.h
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2014-12-21 21:47:25 -0500
committerGravatar bunnei <bunneidev@gmail.com>2014-12-21 21:47:25 -0500
commitec1ddc17e29d81b4e5e061ebb1cf0c4044fc03a4 (patch)
tree7703d352371e3334388eea0008d2966ba0b56d15 /src/core/file_sys/archive_backend.h
parent770b274c868e1d05befe5be88f96b0c6b590955d (diff)
parent2030f9d946dca2b45f343deea207ece15843341d (diff)
Merge pull request #312 from Subv/still_more_savedata_stuff
CFG: Implemented the GetConfigInfoBlk2 function.
Diffstat (limited to 'src/core/file_sys/archive_backend.h')
-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 eb1fdaa1..e2979be1 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)
{