Allow to specify gamepad GUIDs to be ignored when streaming

This commit is contained in:
FrogTheFrog 2023-09-02 16:00:05 +03:00 committed by Cameron Gutman
commit 85d4037a89
3 changed files with 36 additions and 4 deletions

View file

@ -179,6 +179,7 @@ private:
bool m_FakeCaptureActive;
QString m_OldIgnoreDevices;
QString m_OldIgnoreDevicesExcept;
QStringList m_IgnoreDeviceGuids;
StreamingPreferences::CaptureSysKeysMode m_CaptureSystemKeysMode;
int m_MouseCursorCapturedVisibilityState;