1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00

Disable HW acceleration (APPX build only)

This commit is contained in:
Reinhard Pointner 2018-11-17 14:09:55 +07:00
parent 5ae9f91c0e
commit 7ae04f7fcf

View File

@ -14,6 +14,10 @@
# Force alphanumeric sort order to work around Windows Explorer DnD peculiarities # Force alphanumeric sort order to work around Windows Explorer DnD peculiarities
-Dnet.filebot.dnd.sort=true -Dnet.filebot.dnd.sort=true
# Disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
# Support JAVA_OPTS and FILEBOT_OPTS environment variables # Support JAVA_OPTS and FILEBOT_OPTS environment variables
%JAVA_OPTS% %JAVA_OPTS%
%FILEBOT_OPTS% %FILEBOT_OPTS%