diff options
Diffstat (limited to 'scripts/src/emu.lua')
-rw-r--r-- | scripts/src/emu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index e8d2abba10a..e0358285114 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -38,7 +38,7 @@ if _OPTIONS["with-bundled-lua"] then } end -if (_OPTIONS["targetos"] == "windows" and _OPTIONS["osd"] ~= "osdmini" ) then +if (_OPTIONS["targetos"] == "windows") then defines { "UI_WINDOWS", } |