Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
This commit is contained in:
		@@ -145,7 +145,7 @@ struct ExHeader_Header{
 | 
			
		||||
namespace Loader {
 | 
			
		||||
 | 
			
		||||
/// Loads an NCCH file (e.g. from a CCI, or the first NCCH in a CXI)
 | 
			
		||||
class AppLoader_NCCH : public AppLoader {
 | 
			
		||||
class AppLoader_NCCH final : public AppLoader {
 | 
			
		||||
public:
 | 
			
		||||
    AppLoader_NCCH(const std::string& filename);
 | 
			
		||||
    ~AppLoader_NCCH();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user