mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	revert move
This commit is contained in:
		
							parent
							
								
									eb1b5f588a
								
							
						
					
					
						commit
						1e54b52edf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -77,13 +77,13 @@ public: | |||
|         setData(game_path, FullPathRole); | ||||
|         setData(qulonglong(program_id), ProgramIdRole); | ||||
| 
 | ||||
|         Loader::SMDH smdh; | ||||
|         if (!Loader::IsValidSMDH(smdh_data)) { | ||||
|             // SMDH is not valid, set a default icon
 | ||||
|             setData(GetDefaultIcon(true), Qt::DecorationRole); | ||||
|             return; | ||||
|         } | ||||
|              | ||||
|         Loader::SMDH smdh; | ||||
|         memcpy(&smdh, smdh_data.data(), sizeof(Loader::SMDH)); | ||||
| 
 | ||||
|         // Get icon from SMDH
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue