RichPresence: return on doConnect even when disabled

This commit is contained in:
Mary Strodl 2021-03-11 07:42:51 -05:00
parent da05d1e905
commit 9d57deb35b
No known key found for this signature in database
GPG Key ID: 23B7FC1590D8E30E

View File

@ -169,6 +169,8 @@ bool RichPresence::doConnect()
#else
return false;
#endif
#else
return false;
#endif // DISABLE_RPC
}