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:
parent
5ae9f91c0e
commit
7ae04f7fcf
@ -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%
|
||||||
|
Loading…
Reference in New Issue
Block a user