mirror of https://github.com/snes9xgit/snes9x.git
win32: Add a colorful icon resource.
This commit is contained in:
parent
a9cc03c06c
commit
18535e99e2
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
|
@ -33,6 +33,7 @@
|
||||||
#define IDD_CREATEMOVIE 135
|
#define IDD_CREATEMOVIE 135
|
||||||
#define IDD_KEYCUSTOM 136
|
#define IDD_KEYCUSTOM 136
|
||||||
#define IDI_ICON1 144
|
#define IDI_ICON1 144
|
||||||
|
#define IDI_ICON2 160
|
||||||
#define IDB_REMOVABLE 145
|
#define IDB_REMOVABLE 145
|
||||||
#define IDB_RAMDISK 146
|
#define IDB_RAMDISK 146
|
||||||
#define IDB_UNKNOWN 147
|
#define IDB_UNKNOWN 147
|
||||||
|
|
|
@ -823,6 +823,7 @@ IDB_HIDDENFOLDER BITMAP "hiddir.bmp"
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
// remains consistent on all systems.
|
// remains consistent on all systems.
|
||||||
IDI_ICON1 ICON "icon1.ico"
|
IDI_ICON1 ICON "icon1.ico"
|
||||||
|
IDI_ICON2 ICON "icon2.ico"
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue