mirror of https://github.com/PCSX2/pcsx2.git
Updated to the new icon! So sleek...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1784 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d2fbb22076
commit
77da67100e
|
@ -176,6 +176,7 @@ public:
|
|||
};
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// NOTE: The GUI's GameFixes panel is dependent on the order of bits in this structure.
|
||||
struct GamefixOptions
|
||||
{
|
||||
BITFIELD32()
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
|
@ -2105,6 +2105,10 @@
|
|||
<Filter
|
||||
Name="Resources"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\gui\Resources\AppIcon.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gui\Resources\AppIcon.png"
|
||||
>
|
||||
|
@ -2415,10 +2419,6 @@
|
|||
RelativePath=".\..\resource.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\testing.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\wxResources.rc"
|
||||
>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 133 KiB |
|
@ -54,7 +54,7 @@ END
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_ICON2 ICON "testing.ico"
|
||||
IDI_ICON2 ICON "AppIcon.ico"
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in New Issue