mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	bootmanager: Eliminate variable shadowing
This commit is contained in:
		
							parent
							
								
									e29e8eec2f
								
							
						
					
					
						commit
						2d903e3ce6
					
				@ -127,7 +127,7 @@ void EmuThread::run() {
 | 
			
		||||
class OpenGLSharedContext : public Core::Frontend::GraphicsContext {
 | 
			
		||||
public:
 | 
			
		||||
    /// Create the original context that should be shared from
 | 
			
		||||
    explicit OpenGLSharedContext(QSurface* surface) : surface(surface) {
 | 
			
		||||
    explicit OpenGLSharedContext(QSurface* surface_) : surface{surface_} {
 | 
			
		||||
        QSurfaceFormat format;
 | 
			
		||||
        format.setVersion(4, 6);
 | 
			
		||||
        format.setProfile(QSurfaceFormat::CompatibilityProfile);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user