From a2082b3200ba8e0e9b1756d75920dfd74f05ca52 Mon Sep 17 00:00:00 2001 From: rock88 Date: Sun, 24 May 2020 19:07:46 +0300 Subject: [PATCH] v1.0.4 --- Makefile | 2 +- src/Settings.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c121cae..102e08f 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.3 +APP_VERSION := 1.0.4 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 08e5990..cb4c54f 100644 --- a/src/Settings.hpp +++ b/src/Settings.hpp @@ -3,7 +3,7 @@ #include #pragma once -#define MOONLIGHT_LIBRETRO_VERSION "1.0.3" +#define MOONLIGHT_LIBRETRO_VERSION "1.0.4" enum VideoCodec: int { H264,