aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-23 23:56:19 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-23 23:56:19 +0100
commitb55096544bcb85dac380531cc293c840daa5edc9 (patch)
treea0d206f7503d5cd09c7e3ce3083b3dc836338444 /src/main.cpp
parente87ade6ee31a0c9cdbd4b43f1dc4e06a7f4dacaa (diff)
Add version to --info output
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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");