Avoid parsing RomFS to directory in NCA

This commit is contained in:
Zach Hilman
2018-07-28 12:32:16 -04:00
parent abe83480f5
commit 66544c24ab
18 changed files with 438 additions and 18 deletions

View File

@@ -68,7 +68,7 @@ FileType GuessFromFilename(const std::string& name) {
return FileType::Unknown;
}
const char* GetFileTypeString(FileType type) {
std::string GetFileTypeString(FileType type) {
switch (type) {
case FileType::ELF:
return "ELF";