mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Show the version running when connecting to incompatible remote server
This commit is contained in:
@@ -222,6 +222,11 @@ bool RemoteHost::IsVersionMismatch() const
|
||||
return false;
|
||||
}
|
||||
|
||||
rdcstr RemoteHost::VersionMismatchError() const
|
||||
{
|
||||
return rdcstr();
|
||||
}
|
||||
|
||||
rdcstr RemoteHost::FriendlyName() const
|
||||
{
|
||||
return rdcstr();
|
||||
|
||||
Reference in New Issue
Block a user