forked from dolphin-emu/dolphin
		
	This should fix Issue 1982 & Issue 2042
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4908 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
		@@ -103,7 +103,7 @@ bool SearchDevices(std::vector<CONTROLLER_INFO> &_joyinfo, int &_NumPads, int &_
 | 
			
		||||
		_joyinfo.push_back(Tmp);
 | 
			
		||||
 | 
			
		||||
		// We have now read the values we need so we close the device
 | 
			
		||||
		if (SDL_JoystickOpened(i)) SDL_JoystickClose(_joyinfo[i].joy);
 | 
			
		||||
//		if (SDL_JoystickOpened(i)) SDL_JoystickClose(_joyinfo[i].joy);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	_NumPads = (int)_joyinfo.size();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user