rpcs3/bin
Henrique Jung daa7520d1d Deploy QT DLLs using windeployqt tool (#3432)
* Deploy QT DLLs using windeployqt tool

Replace the old mechanism that manually copy the DLLs using either CMake
or VS built-in functions. The new approach uses the windeployqt tool
provided by the QT project that automatically detect the needed DLLs and
perform the necessary copying.

This approach should be more robust if there's an upstream change on QT
project regarding DLLs usage.

* QT DLLs: do not ship RPCS3 with ANGLE and software-OpenGL

According to https://doc.qt.io/qt-5/windows-requirements.html ANGLE is
useful for applications that use OpenGL ES by removing the need to
install OpenGL drivers, redirecting OpenGL calls to DirectX instead.
RPCS does not uses OpenGL ES so it's better to just remove it from the
binary distribution.

opengl32sw.dll is a fallback mechanism when ANGLE libraries are not
available that uses a software backend for OpenGL. It's unlikely that
RPCS3 will work using software-OpenGL, so there's little point into
shipping them.

* QT DLLs: do not ship with SVG and translation files

Like the other removed QT libraries: they are not needed right now. We
can deploy them if they become useful someday.
2017-09-21 16:53:20 +03:00
..
dev_hdd0 Updated the Crypto Engine: 2014-10-01 14:57:44 +01:00
dev_hdd1 Automatic dev_* dir creation 2017-02-22 17:29:10 +03:00
dev_usb000 Automatic dev_* dir creation 2017-02-22 17:29:10 +03:00
GuiConfigs GUI: Add Kuroi (Dark) Theme 2017-08-27 01:27:38 +03:00
shaderlog Write shader log in seperate directory (#1755) 2016-06-13 19:53:50 +03:00
OpenAL32.dll Update OpenAL 2015-08-08 04:43:06 +03:00