We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293c1ed commit dca3e8bCopy full SHA for dca3e8b
1 file changed
src/nvhttp.cpp
@@ -761,6 +761,10 @@ namespace nvhttp {
761
}
762
tree.put("root.ServerCodecModeSupport", codec_mode_flags);
763
764
+ if (!config::nvhttp.external_ip.empty()) {
765
+ tree.put("root.ExternalIP", config::nvhttp.external_ip);
766
+ }
767
+
768
auto current_appid = proc::proc.running();
769
tree.put("root.PairStatus", pair_status);
770
tree.put("root.currentgame", current_appid);
0 commit comments