Skip to content

Commit 8a95aad

Browse files
committed
- Updated open-steamworks
- Changed default non-steam game id to 0
1 parent d2fadd8 commit 8a95aad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
cmake_minimum_required (VERSION 3.8)
55

6-
project ("RemotePlayWhatever" VERSION 0.2.9)
6+
project ("RemotePlayWhatever" VERSION 0.2.10)
77

88
# Include sub-projects.
99
add_subdirectory ("RemotePlayWhatever")

RemotePlayWhatever/RemotePlayInviteHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RemotePlayInviteHandler::RemotePlayInviteHandler() :
55
m_enabledDesktopStreaming(false),
66
m_remoteGuestID(1),
7-
m_nonsteamAppID(480),
7+
m_nonsteamAppID(0),
88
m_remoteInviteResultCb(this, &RemotePlayInviteHandler::OnRemotePlayInviteResult),
99
m_remoteStopCb(this, &RemotePlayInviteHandler::OnRemotePlayStop)
1010
{

0 commit comments

Comments
 (0)