diff options
| author | 2026-04-07 16:32:35 +0700 | |
|---|---|---|
| committer | 2026-04-07 16:32:53 +0700 | |
| commit | 9673d67a073116a40742d8872f8db4e1c6226cb4 (patch) | |
| tree | 4db240353d6152ae097f81e4da9b20f6d3b9de25 /scripts/src/osd/modules.lua | |
| parent | e0ce425fba523109189336882f70980783a75b6c (diff) | |
osd: target Windows 10 API
* remove MODERN_WIN_API flag
Diffstat (limited to 'scripts/src/osd/modules.lua')
| -rw-r--r-- | scripts/src/osd/modules.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/src/osd/modules.lua b/scripts/src/osd/modules.lua index 21d80152a63..b7fe831439b 100644 --- a/scripts/src/osd/modules.lua +++ b/scripts/src/osd/modules.lua @@ -710,15 +710,6 @@ if not _OPTIONS["NO_USE_PIPEWIRE"] then end newoption { - trigger = "MODERN_WIN_API", - description = "Use Modern Windows APIs", - allowed = { - { "0", "Use classic Windows APIs - allows support for XP and later" }, - { "1", "Use Modern Windows APIs - support for Windows 8.1 and later" }, - }, -} - -newoption { trigger = "USE_QTDEBUG", description = "Use QT debugger", allowed = { |
