This commit is contained in:
rock88 2020-05-24 19:07:46 +03:00
parent 9bc009615e
commit a2082b3200
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -3,7 +3,7 @@
#include <vector>
#pragma once
#define MOONLIGHT_LIBRETRO_VERSION "1.0.3"
#define MOONLIGHT_LIBRETRO_VERSION "1.0.4"
enum VideoCodec: int {
H264,