mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-18 06:15:39 +00:00
Send feature flags in RTSP DESCRIBE response
This commit is contained in:
@ -1833,4 +1833,13 @@ namespace platf {
|
||||
|
||||
return gamepads;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Returns the supported platform capabilities to advertise to the client.
|
||||
* @return Capability flags.
|
||||
*/
|
||||
platform_caps::caps_t
|
||||
get_capabilities() {
|
||||
return 0;
|
||||
}
|
||||
} // namespace platf
|
||||
|
||||
Reference in New Issue
Block a user