mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-15 11:22:06 -07: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