mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	cfg-savegame: add DebugMode block (#5330)
This commit is contained in:
		
							parent
							
								
									7f1a87574b
								
							
						
					
					
						commit
						2874401703
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -74,6 +74,7 @@ enum ConfigBlockID { | |||
|     StateNameBlockID = 0x000B0002, | ||||
|     EULAVersionBlockID = 0x000D0000, | ||||
|     ConsoleModelBlockID = 0x000F0004, | ||||
|     DebugModeBlockID = 0x00130000, | ||||
| }; | ||||
| 
 | ||||
| struct UsernameBlock { | ||||
|  | @ -542,6 +543,11 @@ ResultCode Module::FormatConfig() { | |||
|     if (!res.IsSuccess()) | ||||
|         return res; | ||||
| 
 | ||||
|     // 0x00130000 - DebugMode (0x100 for debug mode)
 | ||||
|     res = CreateConfigInfoBlk(DebugModeBlockID, 0x4, 0xE, zero_buffer); | ||||
|     if (!res.IsSuccess()) | ||||
|         return res; | ||||
| 
 | ||||
|     // 0x00170000 - Unknown
 | ||||
|     res = CreateConfigInfoBlk(0x00170000, 0x4, 0xE, zero_buffer); | ||||
|     if (!res.IsSuccess()) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue