From f5690d741cbcca1cd660ca27291aadb7c03df87b Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Tue, 5 Aug 2025 02:33:36 +0200 Subject: [PATCH] feat(fp16): add no_fp16 to default configuration --- include/config/default_conf.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/config/default_conf.hpp b/include/config/default_conf.hpp index d6facc6..a1e2de2 100644 --- a/include/config/default_conf.hpp +++ b/include/config/default_conf.hpp @@ -6,6 +6,8 @@ const std::string DEFAULT_CONFIG = R"(version = 1 [global] # override the location of Lossless Scaling # dll = "/games/Lossless Scaling/Lossless.dll" +# force-disable fp16 (use on older nvidia cards) +# no_fp16 = true # [[game]] # example entry # exe = "Game.exe"