From 55a1faadd7f302a0c16a3f6711897d5fe4cc2ec0 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Wed, 19 Oct 2011 06:51:31 +0000 Subject: [PATCH] comment adjustment to head of fceux.cfg --- src/drivers/common/configSys.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/drivers/common/configSys.cpp b/src/drivers/common/configSys.cpp index 584381e0..1a1c6a3e 100644 --- a/src/drivers/common/configSys.cpp +++ b/src/drivers/common/configSys.cpp @@ -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