gsdx:linux: Fix missing logo on some Linux distros

The pixdata format loader has been removed from recent versions of
gdk2-pixbuf, so the logo doesn't load. Avoid preprocessing the data and
leave the logo as an embedded bitmap file.
This commit is contained in:
Jonathan Li 2017-03-30 17:45:49 +01:00
parent ae73356ecf
commit ba94643f0f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/GSdx/res/">
<file preprocess="to-pixdata">logo-ogl.bmp</file>
<file>logo-ogl.bmp</file>
</gresource>
</gresources>
</gresources>