mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
feat(fp16): add no_fp16 to default configuration
This commit is contained in:
parent
7bac21f793
commit
f5690d741c
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue