mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] egl: alter warning about low fps as it doesn't apply anymore
This commit is contained in:
		@@ -304,8 +304,8 @@ static void egl_warn_slow()
 | 
			
		||||
  {
 | 
			
		||||
    warnDone = true;
 | 
			
		||||
    DEBUG_BREAK();
 | 
			
		||||
    DEBUG_WARN("The guest is providing updates faster then we are consuming them");
 | 
			
		||||
    DEBUG_WARN("Please increase the client FPS to avoid frame skipping");
 | 
			
		||||
    DEBUG_WARN("The guest is providing updates faster then your computer can display them");
 | 
			
		||||
    DEBUG_WARN("This is a hardware limitation, expect microstutters & frame skips");
 | 
			
		||||
    DEBUG_BREAK();
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user