mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	hle_ipc: Make constructors explicit where applicable
This commit is contained in:
		| @@ -91,7 +91,7 @@ protected: | ||||
|  */ | ||||
| class HLERequestContext { | ||||
| public: | ||||
|     HLERequestContext(SharedPtr<Kernel::ServerSession> session); | ||||
|     explicit HLERequestContext(SharedPtr<ServerSession> session); | ||||
|     ~HLERequestContext(); | ||||
|  | ||||
|     /// Returns a pointer to the IPC command buffer for this request. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash