mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 10:47:58 -05:00
Avoid parsing RomFS to directory in NCA
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user