mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge branch 'master' into feature/savestates-2
This commit is contained in:
		
						commit
						828f88d20a
					
				
					 76 changed files with 3507 additions and 1369 deletions
				
			
		|  | @ -53,7 +53,7 @@ public: | |||
|     mutable std::mutex ban_list_mutex; ///< Mutex for the ban lists
 | ||||
| 
 | ||||
|     RoomImpl() | ||||
|         : random_gen(std::random_device()()), NintendoOUI{0x00, 0x1F, 0x32, 0x00, 0x00, 0x00} {} | ||||
|         : NintendoOUI{0x00, 0x1F, 0x32, 0x00, 0x00, 0x00}, random_gen(std::random_device()()) {} | ||||
| 
 | ||||
|     /// Thread that receives and dispatches network packets
 | ||||
|     std::unique_ptr<std::thread> room_thread; | ||||
|  |  | |||
|  | @ -242,6 +242,13 @@ void RoomMember::RoomMemberImpl::MemberLoop() { | |||
|                     SetError(Error::LostConnection); | ||||
|                 } | ||||
|                 break; | ||||
|             case ENET_EVENT_TYPE_NONE: | ||||
|                 break; | ||||
|             case ENET_EVENT_TYPE_CONNECT: | ||||
|                 // The ENET_EVENT_TYPE_CONNECT event can not possibly happen here because we're
 | ||||
|                 // already connected
 | ||||
|                 ASSERT_MSG(false, "Received unexpected connect event while already connected"); | ||||
|                 break; | ||||
|             } | ||||
|         } | ||||
|         { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue