This commit is contained in:
rock88 2020-05-24 20:38:31 +03:00
parent d8c6b91cad
commit 113f140a4b
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.4
APP_VERSION := 1.0.5
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.4"
#define MOONLIGHT_LIBRETRO_VERSION "1.0.5"
enum MVideoCodec: int {
H264,