mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	cfg: Update function tables
Updated based off information from 3dbrew
This commit is contained in:
		
							parent
							
								
									0229983ff2
								
							
						
					
					
						commit
						733c8890aa
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		|  | @ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00080080, nullptr, "GoThroughTable"}, |     {0x00080080, nullptr, "GoThroughTable"}, | ||||||
|     {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, |     {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, | ||||||
|     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, |     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, | ||||||
|  |     {0x000B0000, nullptr, "IsFangateSupported"}, | ||||||
|     // cfg:i
 |     // cfg:i
 | ||||||
|     {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, |     {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, | ||||||
|     {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, |     {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, | ||||||
|  |  | ||||||
|  | @ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00080080, nullptr, "GoThroughTable"}, |     {0x00080080, nullptr, "GoThroughTable"}, | ||||||
|     {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, |     {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, | ||||||
|     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, |     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, | ||||||
|  |     {0x000B0000, nullptr, "IsFangateSupported"}, | ||||||
|     // cfg:s
 |     // cfg:s
 | ||||||
|     {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, |     {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, | ||||||
|     {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, |     {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, | ||||||
|  |  | ||||||
|  | @ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00080080, nullptr, "GoThroughTable"}, |     {0x00080080, nullptr, "GoThroughTable"}, | ||||||
|     {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, |     {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, | ||||||
|     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, |     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, | ||||||
|  |     {0x000B0000, nullptr, "IsFangateSupported"}, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| CFG_U_Interface::CFG_U_Interface() { | CFG_U_Interface::CFG_U_Interface() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue