diff --git a/Makefile b/Makefile index 61368d3..7f1349e 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ TARGET := moonlight APP_TITLE := Moonlight ICON := icon.jpg APP_AUTHOR := port by rock88 -APP_VERSION := 1.0.7 +APP_VERSION := 1.0.8 BUILD := build SOURCES := src src/libgamestream src/switch src/nanogui_resources src/streaming src/streaming/ffmpeg \ src/crypto src/streaming/video src/crypto src/streaming/audio src/ui/windows src/ui/buttons src/ui \ diff --git a/src/Settings.hpp b/src/Settings.hpp index 2ca366b..40eb4d0 100644 --- a/src/Settings.hpp +++ b/src/Settings.hpp @@ -3,7 +3,7 @@ #include #pragma once -#define MOONLIGHT_LIBRETRO_VERSION "1.0.7" +#define MOONLIGHT_LIBRETRO_VERSION "1.0.8" enum VideoCodec: int { H264,