mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ae73356ecf
commit
ba94643f0f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue