mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-22 11:33:11 +00:00
Rename version macros
This commit is contained in:
parent
240330cbf0
commit
210b36d647
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#pragma once
|
||||
|
||||
#define MOONLIGHT_LIBRETRO_VERSION "1.0.8"
|
||||
#define MOONLIGHT_NX_VERSION "1.0.8"
|
||||
|
||||
enum VideoCodec: int {
|
||||
H264,
|
||||
|
|
|
@ -71,7 +71,7 @@ void MainWindow::draw(NVGcontext *ctx) {
|
|||
nvgFillColor(ctx, Color(255, 255, 255, 200));
|
||||
nvgFontSize(ctx, 20);
|
||||
nvgFontFace(ctx, "sans");
|
||||
nvgText(ctx, width() - 40, height() - 8, MOONLIGHT_LIBRETRO_VERSION, NULL);
|
||||
nvgText(ctx, width() - 40, height() - 12, MOONLIGHT_NX_VERSION, NULL);
|
||||
|
||||
nvgRestore(ctx);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue