Implement horizontal scrolling and Sunshine detection for Moonlight (#793)

This commit is contained in:
Cameron Gutman 2023-01-21 17:42:08 -06:00 committed by GitHub
commit 4b642f6e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 52 additions and 4 deletions

View file

@ -31,7 +31,8 @@
using namespace std::literals;
namespace nvhttp {
constexpr auto VERSION = "7.1.431.0";
// The negative 4th version number tells Moonlight that this is Sunshine
constexpr auto VERSION = "7.1.431.-1";
constexpr auto GFE_VERSION = "3.23.0.74";
namespace fs = std::filesystem;