Implement horizontal scrolling and Sunshine detection for Moonlight (#793)
This commit is contained in:
parent
da390c37db
commit
4b642f6e01
8 changed files with 52 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue