comment adjustment to head of fceux.cfg

This commit is contained in:
punkrockguy318 2011-10-19 06:51:31 +00:00
parent 07037faeae
commit 55a1faadd7
1 changed files with 2 additions and 1 deletions

View File

@ -662,7 +662,8 @@ Config::save()
config.open(configFile.c_str(), std::ios::out | std::ios::trunc);
// write a warning
strcpy(buf, "# Auto-generated\n# SDL keycodes defined in /usr/include/SDL/SDL_keysym.h\n");
strcpy(buf, "# Auto-generated\n# SDL keysyms defined in /usr/include/SDL/SDL_keysym.h\n# getSDLKey can be found \
in the source directory and can assist in remapping hotkeys\n#\n");
config.write(buf, strlen(buf));
// write each configuration setting