From b55096544bcb85dac380531cc293c840daa5edc9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 23 Jan 2025 23:56:19 +0100 Subject: Add version to --info output --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 751a258..d97341d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2154,6 +2154,7 @@ static void info_command() { puts("is_steam_deck|yes"); else puts("is_steam_deck|no"); + printf("gsr_version|%s\n", GSR_VERSION); puts("section=gpu_info"); list_gpu_info(&egl); puts("section=video_codecs"); -- cgit v1.2.3