diff --git a/mednafen/libmednahawk/libmednahawk.cpp b/mednafen/libmednahawk/libmednahawk.cpp
index 627507ba8f..fe19c15cb5 100644
--- a/mednafen/libmednahawk/libmednahawk.cpp
+++ b/mednafen/libmednahawk/libmednahawk.cpp
@@ -29,6 +29,7 @@ static MDFNSetting MednafenSettings[] =
{ "filesys.path_firmware", MDFNSF_NOFLAGS, gettext_noop("Path to directory for firmware."), NULL, MDFNST_STRING, "firmware" },
{ "filesys.path_sav", MDFNSF_NOFLAGS, gettext_noop("Path to directory for save games and nonvolatile memory."), gettext_noop("WARNING: Do not set this path to a directory that contains Famicom Disk System disk images, or you will corrupt them when you load an FDS game and exit Mednafen."), MDFNST_STRING, "sav" },
{ "filesys.fname_sav", MDFNSF_NOFLAGS, gettext_noop("Format string for save games filename."), gettext_noop("WARNING: %x should always be included, otherwise you run the risk of overwriting save data for games that create multiple save data files.\n\nSee fname_format.txt for more information. Edit at your own risk."), MDFNST_STRING, "%F.%M%x" },
+ { "filesys.path_cheat", MDFNSF_NOFLAGS, gettext_noop("Path to directory for cheats."), NULL, MDFNST_STRING, "cheats" },
//"dynamic" settings needed probably for each console
{ "psx.tblur", MDFNSF_NOFLAGS, NULL, NULL, MDFNST_BOOL, "0" },
diff --git a/mednafen/libmednahawk/libmednahawk.vcxproj b/mednafen/libmednahawk/libmednahawk.vcxproj
index 9096bceed9..298b087ee8 100644
--- a/mednafen/libmednahawk/libmednahawk.vcxproj
+++ b/mednafen/libmednahawk/libmednahawk.vcxproj
@@ -290,7 +290,6 @@
-
diff --git a/mednafen/libmednahawk/libmednahawk.vcxproj.filters b/mednafen/libmednahawk/libmednahawk.vcxproj.filters
index 6b3a77a569..edb47bb9da 100644
--- a/mednafen/libmednahawk/libmednahawk.vcxproj.filters
+++ b/mednafen/libmednahawk/libmednahawk.vcxproj.filters
@@ -647,7 +647,6 @@
src\drivers
-
src