diff --git a/desmume/src/windows/pathsettings.cpp b/desmume/src/windows/pathsettings.cpp index 3e81ae224..81d667e08 100644 --- a/desmume/src/windows/pathsettings.cpp +++ b/desmume/src/windows/pathsettings.cpp @@ -44,7 +44,7 @@ void DoAssociations() string classes = "Software\\Classes"; string defaultIcon = "DefaultIcon"; string openVerb = "shell\\open\\command"; - string iconIndex = ", 96"; + string iconIndex = ", 0"; string argument = " \"%1\""; HKEY user = NULL;