diff --git a/src/core/loader/xci.h b/src/core/loader/xci.h index 51aaba17f8..e184d0415e 100644 --- a/src/core/loader/xci.h +++ b/src/core/loader/xci.h @@ -15,7 +15,7 @@ namespace Loader { /// Loads an XCI file class AppLoader_XCI final : public AppLoader, Linker { public: - AppLoader_NRO(FileUtil::IOFile&& file, std::string filepath); + AppLoader_XCI(FileUtil::IOFile&& file, std::string filepath); /** * Returns the type of the file