diff options
| author | 2018-07-28 12:32:16 -0400 | |
|---|---|---|
| committer | 2018-08-06 23:06:33 -0400 | |
| commit | 9e88f03e7591bd3b91d7af9b9995a727c0b92ac9 (patch) | |
| tree | df8fb8701e41ac8ea525fe23b6b13e057e41d0b8 /src/core/loader/loader.h | |
| parent | Merge pull request #931 from DarkLordZach/nca-as-drd (diff) | |
| download | yuzu-9e88f03e7591bd3b91d7af9b9995a727c0b92ac9.tar.gz yuzu-9e88f03e7591bd3b91d7af9b9995a727c0b92ac9.tar.xz yuzu-9e88f03e7591bd3b91d7af9b9995a727c0b92ac9.zip | |
Avoid parsing RomFS to directory in NCA
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index e69ab85ef..7bd0adedb 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -61,7 +61,7 @@ FileType GuessFromFilename(const std::string& name); | |||
| 61 | /** | 61 | /** |
| 62 | * Convert a FileType into a string which can be displayed to the user. | 62 | * Convert a FileType into a string which can be displayed to the user. |
| 63 | */ | 63 | */ |
| 64 | const char* GetFileTypeString(FileType type); | 64 | std::string GetFileTypeString(FileType type); |
| 65 | 65 | ||
| 66 | /// Return type for functions in Loader namespace | 66 | /// Return type for functions in Loader namespace |
| 67 | enum class ResultStatus { | 67 | enum class ResultStatus { |