Add u1 extension to supported filetypes
As requested in issue #37 . Could probably lose the 'v0.91' from the build version as well and just have it report the github build.
This commit is contained in:
		
							parent
							
								
									30e86961a1
								
							
						
					
					
						commit
						8292786363
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -488,7 +488,7 @@ void retro_get_system_info(struct retro_system_info* info)
 | 
			
		|||
   info->library_version = "v0.91" GIT_VERSION;
 | 
			
		||||
   info->need_fullpath = true;
 | 
			
		||||
   info->block_extract = false;
 | 
			
		||||
   info->valid_extensions = "gba|bin|agb|gbz" ;
 | 
			
		||||
   info->valid_extensions = "gba|bin|agb|gbz|u1" ;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue