mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-25 17:49:01 -08: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