mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	loader: use self NCCH archive
This commit is contained in:
		@@ -26,7 +26,7 @@ namespace FS {
 | 
			
		||||
 | 
			
		||||
/// Supported archive types
 | 
			
		||||
enum class ArchiveIdCode : u32 {
 | 
			
		||||
    RomFS = 0x00000003,
 | 
			
		||||
    SelfNCCH = 0x00000003,
 | 
			
		||||
    SaveData = 0x00000004,
 | 
			
		||||
    ExtSaveData = 0x00000006,
 | 
			
		||||
    SharedExtSaveData = 0x00000007,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user