gs: remove old logo

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-05-13 17:53:17 +02:00 committed by Kojin
parent 9d4c41e051
commit e0499b587e
6 changed files with 0 additions and 14 deletions

View File

@ -722,7 +722,6 @@ set(pcsx2GSHeaders
# GS resources # GS resources
set(pcsx2GSResources set(pcsx2GSResources
GS/res/logo-ogl.bmp
GS/res/fxaa.fx GS/res/fxaa.fx
GS/res/glsl/common_header.glsl GS/res/glsl/common_header.glsl
GS/res/glsl/convert.glsl GS/res/glsl/convert.glsl

View File

@ -659,16 +659,6 @@ bool RunLinuxDialog()
GtkWidget* shader_box = CreateVbox(); GtkWidget* shader_box = CreateVbox();
GtkWidget* osd_box = CreateVbox(); GtkWidget* osd_box = CreateVbox();
// Grab a logo, to make things look nice.
if (BigEnough())
{
GResource* resources = GS_res_get_resource();
GInputStream* ogl_stream = g_resource_open_stream(resources, "/GS/res/logo-ogl.bmp", G_RESOURCE_LOOKUP_FLAGS_NONE, NULL);
GdkPixbuf* ogl_logo = gdk_pixbuf_new_from_stream(ogl_stream, NULL, NULL);
g_object_unref(ogl_stream);
GtkWidget* logo_image = gtk_image_new_from_pixbuf(ogl_logo);
gtk_box_pack_start(GTK_BOX(main_box), logo_image, true, true, 0);
}
GtkWidget* main_table = CreateTableInBox(main_box, NULL, 2, 2); GtkWidget* main_table = CreateTableInBox(main_box, NULL, 2, 2);

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<gresources> <gresources>
<gresource prefix="/GS/res/">
<file>logo-ogl.bmp</file>
</gresource>
<gresource prefix="/GS/res/"> <gresource prefix="/GS/res/">
<file>glsl/common_header.glsl</file> <file>glsl/common_header.glsl</file>
</gresource> </gresource>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB