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
1 changed files with 4 additions and 0 deletions

View File

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