mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-22 11:33:11 +00:00
Bump version
This commit is contained in:
parent
48d2b31ba8
commit
6a95fb4129
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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 \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#pragma once
|
||||
|
||||
#define MOONLIGHT_LIBRETRO_VERSION "1.0.7"
|
||||
#define MOONLIGHT_LIBRETRO_VERSION "1.0.8"
|
||||
|
||||
enum VideoCodec: int {
|
||||
H264,
|
||||
|
|
Loading…
Reference in a new issue