From 06469007ff89bfc01957ff5e6b59733d1ca31b6d Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sat, 4 Oct 2025 12:25:24 +0200 Subject: [PATCH] fix: Extend comment for new simulators --- src/config/buildconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/buildconfig.h b/src/config/buildconfig.h index 95b99fc5f..08551b0c3 100644 --- a/src/config/buildconfig.h +++ b/src/config/buildconfig.h @@ -36,7 +36,7 @@ namespace swift::config //! with FSUIPC support? static constexpr bool isCompiledWithFsuipcSupport(); // defined in buildconfig_gen.inc.in - //! Compiled with any MS Flight Simulator support (P3D, FSX, FS9) + //! Compiled with any MS Flight Simulator support (P3D, FSX, FS9, MSFS, MSFS24) static constexpr bool isCompiledWithMsFlightSimulatorSupport(); //! with XPlane support?