mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	 5a04781224
			
		
	
	
		5a04781224
		
	
	
	
	
		
			
			This patch removed some previously unsupported scanf format specifiers. We still don't support these properly, but we can parse and ignore them, which is equivalent to what this patch was doing.
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			540 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			540 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Patches for SDLPoP on SerenityOS
 | |
| 
 | |
| ## `0001-Disable-some-extra-features.patch`
 | |
| 
 | |
| Disable some extra features
 | |
| 
 | |
| This just disables some extra features the game has such as screenshots, hardware acceleration, etc.
 | |
| 
 | |
| ## `0002-Use-the-correct-include-paths-for-SDL.patch`
 | |
| 
 | |
| Use the correct include paths for SDL
 | |
| 
 | |
| The SDL port is installed into /usr/local, and its headers are
 | |
| accessible as <SDL2/...>.
 | |
| 
 | |
| ## `0003-Fix-SDL2-include-path.patch`
 | |
| 
 | |
| Fix SDL2 include path
 | |
| 
 | |
| SDL2 headers are installed into /usr/local under SDL2, make it so
 | |
| they're found.
 | |
| 
 |