fixed ps4 compile issue and updated readme
This commit is contained in:
@@ -87,9 +87,9 @@ public:
|
||||
SceUserServiceUserId m_localUserID;
|
||||
|
||||
public:
|
||||
SQRLocalVoiceDevice()
|
||||
, m_localUserID(SCE_USER_SERVICE_USER_ID_INVALID)
|
||||
: m_headsetPort(VOICE_INVALID_PORT_ID)
|
||||
SQRLocalVoiceDevice()
|
||||
: m_localUserID(SCE_USER_SERVICE_USER_ID_INVALID)
|
||||
, m_headsetPort(VOICE_INVALID_PORT_ID)
|
||||
, m_microphonePort(VOICE_INVALID_PORT_ID)
|
||||
{
|
||||
for(int i=0;i<4;i++)
|
||||
|
||||
Reference in New Issue
Block a user