mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #1935 from wwylele/fix-result-module
Result: Update the ErrorModule enum
This commit is contained in:
		
						commit
						b48b8ed5e5
					
				@ -135,15 +135,28 @@ enum class ErrorModule : u32 {
 | 
			
		||||
    MCU = 72,
 | 
			
		||||
    NS = 73,
 | 
			
		||||
    News = 74,
 | 
			
		||||
    RO_1 = 75,
 | 
			
		||||
    RO = 75,
 | 
			
		||||
    GD = 76,
 | 
			
		||||
    CardSPI = 77,
 | 
			
		||||
    EC = 78,
 | 
			
		||||
    RO_2 = 79,
 | 
			
		||||
    WebBrowser = 80,
 | 
			
		||||
    Test = 81,
 | 
			
		||||
    ENC = 82,
 | 
			
		||||
    PIA = 83,
 | 
			
		||||
    WebBrowser = 79,
 | 
			
		||||
    Test = 80,
 | 
			
		||||
    ENC = 81,
 | 
			
		||||
    PIA = 82,
 | 
			
		||||
    ACT = 83,
 | 
			
		||||
    VCTL = 84,
 | 
			
		||||
    OLV = 85,
 | 
			
		||||
    NEIA = 86,
 | 
			
		||||
    NPNS = 87,
 | 
			
		||||
 | 
			
		||||
    AVD = 90,
 | 
			
		||||
    L2B = 91,
 | 
			
		||||
    MVD = 92,
 | 
			
		||||
    NFC = 93,
 | 
			
		||||
    UART = 94,
 | 
			
		||||
    SPM = 95,
 | 
			
		||||
    QTM = 96,
 | 
			
		||||
    NFP = 97,
 | 
			
		||||
 | 
			
		||||
    Application = 254,
 | 
			
		||||
    InvalidResult = 255
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user