mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 13:54:49 +00:00 
			
		
		
		
	Updated comments in video implementations.
This commit is contained in:
		
							parent
							
								
									c8cd5c559a
								
							
						
					
					
						commit
						d478f26ef4
					
				| 
						 | 
					@ -93,7 +93,7 @@ PND_create()
 | 
				
			||||||
    phdata->egl_initialized = SDL_TRUE;
 | 
					    phdata->egl_initialized = SDL_TRUE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Setup amount of available displays and current display */
 | 
					    /* Setup amount of available displays */
 | 
				
			||||||
    device->num_displays = 0;
 | 
					    device->num_displays = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Set device free function */
 | 
					    /* Set device free function */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -101,7 +101,7 @@ PSP_Create()
 | 
				
			||||||
    phdata->egl_initialized = SDL_TRUE;
 | 
					    phdata->egl_initialized = SDL_TRUE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Setup amount of available displays and current display */
 | 
					    /* Setup amount of available displays */
 | 
				
			||||||
    device->num_displays = 0;
 | 
					    device->num_displays = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Set device free function */
 | 
					    /* Set device free function */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -88,7 +88,7 @@ RPI_Create()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    device->driverdata = phdata;
 | 
					    device->driverdata = phdata;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Setup amount of available displays and current display */
 | 
					    /* Setup amount of available displays */
 | 
				
			||||||
    device->num_displays = 0;
 | 
					    device->num_displays = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Set device free function */
 | 
					    /* Set device free function */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ VIVANTE_Create()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    device->driverdata = data;
 | 
					    device->driverdata = data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Setup amount of available displays and current display */
 | 
					    /* Setup amount of available displays */
 | 
				
			||||||
    device->num_displays = 0;
 | 
					    device->num_displays = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Set device free function */
 | 
					    /* Set device free function */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue