Warn when starting a game with remote desktop mouse mode enabled

This commit is contained in:
Cameron Gutman
2020-04-25 23:50:12 -07:00
parent 43d79673e1
commit f749b38aa2
3 changed files with 8 additions and 0 deletions

View File

@@ -281,6 +281,9 @@ NvHTTP::getAppList()
else if (name == "IsHdrSupported") {
apps.last().hdrSupported = xmlReader.readElementText() == "1";
}
else if (name == "IsAppCollectorGame") {
apps.last().isAppCollectorGame = xmlReader.readElementText() == "1";
}
}
}