mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	qimageinterface fixes, remove old lodepng, address more comments
This commit is contained in:
		
							parent
							
								
									93aab2c109
								
							
						
					
					
						commit
						391e552927
					
				
					 10 changed files with 32 additions and 7959 deletions
				
			
		|  | @ -13,6 +13,9 @@ namespace Frontend { | |||
| 
 | ||||
| class ImageInterface { | ||||
| public: | ||||
|     ImageInterface() = default; | ||||
|     ~ImageInterface() = default; | ||||
| 
 | ||||
|     // Error logging should be handled by the frontend
 | ||||
|     virtual bool DecodePNG(std::vector<u8>& dst, u32& width, u32& height, const std::string& path) { | ||||
|         LOG_CRITICAL(Frontend, "Attempted to decode PNG without an image interface!"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue