mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Fix GLES version header on picky drivers
This commit is contained in:
		
							parent
							
								
									1fbda5518e
								
							
						
					
					
						commit
						fa0919915c
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -14,8 +14,7 @@ | |||
| namespace OpenGL { | ||||
| 
 | ||||
| GLuint LoadShader(const char* source, GLenum type) { | ||||
|     const std::string version = GLES ? R"( | ||||
| #version 310 es | ||||
|     const std::string version = GLES ? R"(#version 310 es | ||||
| 
 | ||||
| #define CITRA_GLES | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue