We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff432ba commit aac060eCopy full SHA for aac060e
nsfplay/nsfplay.rc
@@ -1,4 +1,4 @@
1
#include "resource.h"
2
3
-IDI_NSFPLAY_ICO ICON "../icons/nsfplay.ico"
4
-IDI_FAMICOM_ICO ICON "../icons/famicom.ico"
+IDI_NSFPLAY ICON "../icons/nsfplay.ico"
+IDI_FAMICOM ICON "../icons/famicom.ico"
nsfplay/resource.h
@@ -1 +1,3 @@
-#define IDI_NSFPLAY_ICO 101
+
+#define IDI_NSFPLAY 101
+#define IDI_FAMICOM 102
0 commit comments