mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-08 15:39:14 +01:00
Avoid parsing RomFS to directory in NCA
This commit is contained in:
parent
826b1394e8
commit
9e88f03e75
18 changed files with 438 additions and 18 deletions
|
|
@ -61,7 +61,7 @@ FileType GuessFromFilename(const std::string& name);
|
|||
/**
|
||||
* Convert a FileType into a string which can be displayed to the user.
|
||||
*/
|
||||
const char* GetFileTypeString(FileType type);
|
||||
std::string GetFileTypeString(FileType type);
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
enum class ResultStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue