aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs_factory.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-20 17:34:18 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-20 17:34:18 -0400
commite8cb6f5c9be4480baa1f870d9cabcb0eab57397b (patch)
treee2646783b24affb4baed809a2dacb5d57e5f4bac /src/core/file_sys/romfs_factory.cpp
parent27da7bc9daf951bce69970881bdbc8719378ca39 (diff)
registration: Add Data_Unknown5 NCAContentType
Diffstat (limited to 'src/core/file_sys/romfs_factory.cpp')
-rw-r--r--src/core/file_sys/romfs_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/romfs_factory.cpp b/src/core/file_sys/romfs_factory.cpp
index 7ba4042ca..1b3824a61 100644
--- a/src/core/file_sys/romfs_factory.cpp
+++ b/src/core/file_sys/romfs_factory.cpp
@@ -52,7 +52,7 @@ ResultVal<VirtualFile> RomFSFactory::Open(u64 title_id, StorageId storage, Conte
return MakeResult<VirtualFile>(romfs);
}
default:
- UNIMPLEMENTED_MSG("Unimplmented storage_id={:02X}", static_cast<u8>(storage));
+ UNIMPLEMENTED_MSG("Unimplemented storage_id={:02X}", static_cast<u8>(storage));
}
}