mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #4190 from VolcaEM/patch-15
nfc: Update function table
This commit is contained in:
		
						commit
						bd590895cf
					
				@ -198,9 +198,9 @@ public:
 | 
				
			|||||||
        static const FunctionInfo functions[] = {
 | 
					        static const FunctionInfo functions[] = {
 | 
				
			||||||
            {0, nullptr, "Initialize"},
 | 
					            {0, nullptr, "Initialize"},
 | 
				
			||||||
            {1, nullptr, "Finalize"},
 | 
					            {1, nullptr, "Finalize"},
 | 
				
			||||||
            {2, nullptr, "GetState"},
 | 
					            {2, nullptr, "GetStateOld"},
 | 
				
			||||||
            {3, nullptr, "IsNfcEnabled"},
 | 
					            {3, nullptr, "IsNfcEnabledOld"},
 | 
				
			||||||
            {100, nullptr, "SetNfcEnabled"},
 | 
					            {100, nullptr, "SetNfcEnabledOld"},
 | 
				
			||||||
            {400, nullptr, "InitializeSystem"},
 | 
					            {400, nullptr, "InitializeSystem"},
 | 
				
			||||||
            {401, nullptr, "FinalizeSystem"},
 | 
					            {401, nullptr, "FinalizeSystem"},
 | 
				
			||||||
            {402, nullptr, "GetState"},
 | 
					            {402, nullptr, "GetState"},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user