Update xci.h

This commit is contained in:
kdlz4161
2018-04-01 14:13:23 -03:00
committed by GitHub
parent f28de1c3c4
commit fe038816ef

View File

@@ -15,7 +15,7 @@ namespace Loader {
/// Loads an XCI file /// Loads an XCI file
class AppLoader_XCI final : public AppLoader, Linker { class AppLoader_XCI final : public AppLoader, Linker {
public: public:
AppLoader_NRO(FileUtil::IOFile&& file, std::string filepath); AppLoader_XCI(FileUtil::IOFile&& file, std::string filepath);
/** /**
* Returns the type of the file * Returns the type of the file