mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-10-31 01:33:20 +00:00 
			
		
		
		
	input_common/sdl_impl: Remove unnecessary std::chrono::duration construction
Specifying the time unit itself is sufficient here.
This commit is contained in:
		
							parent
							
								
									834d3fe336
								
							
						
					
					
						commit
						d74aa13bd3
					
				| @ -479,7 +479,7 @@ SDLState::SDLState() { | ||||
|             using namespace std::chrono_literals; | ||||
|             while (initialized) { | ||||
|                 SDL_PumpEvents(); | ||||
|                 std::this_thread::sleep_for(std::chrono::duration(10ms)); | ||||
|                 std::this_thread::sleep_for(10ms); | ||||
|             } | ||||
|         }); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash