mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	input_common/sdl_impl: Remove unused variable in SDLState constructor
This commit is contained in:
		
							parent
							
								
									29c242721a
								
							
						
					
					
						commit
						834d3fe336
					
				@ -477,7 +477,6 @@ SDLState::SDLState() {
 | 
			
		||||
    if (start_thread) {
 | 
			
		||||
        poll_thread = std::thread([&] {
 | 
			
		||||
            using namespace std::chrono_literals;
 | 
			
		||||
            SDL_Event event;
 | 
			
		||||
            while (initialized) {
 | 
			
		||||
                SDL_PumpEvents();
 | 
			
		||||
                std::this_thread::sleep_for(std::chrono::duration(10ms));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user