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