mirror of https://github.com/snes9xgit/snes9x.git
Fix icons. Add LodanZark's flat icon as an option.
This commit is contained in:
parent
51edec756f
commit
8035c3073f
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 208 KiB |
Binary file not shown.
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 209 KiB |
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
|
@ -42,6 +42,7 @@
|
|||
#define IDD_DIALOG_SHADER_PARAMS 155
|
||||
#define IDD_DIALOG_XAUDIO2_INIT_ERROR 159
|
||||
#define IDI_ICON2 160
|
||||
#define IDI_ICON3 161
|
||||
#define IDC_DRIVER 1001
|
||||
#define IDC_BUFLEN 1002
|
||||
#define IDC_RATE 1003
|
||||
|
|
|
@ -795,6 +795,8 @@ IDI_ICON1 ICON "icon1.ico"
|
|||
|
||||
IDI_ICON2 ICON "icon2.ico"
|
||||
|
||||
IDI_ICON3 ICON "icon3.ico"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue