slight libmednahawk fixup

This commit is contained in:
zeromus 2012-11-13 19:57:50 +00:00
parent 0fa4aa993e
commit 4c14d30925
3 changed files with 1 additions and 2 deletions

View File

@ -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" },

View File

@ -290,7 +290,6 @@
<ClInclude Include="..\src\mednafen-endian.h" />
<ClInclude Include="..\src\drivers\logdebugger.h" />
<ClInclude Include="..\src\drivers\prompt.h" />
<ClInclude Include="..\src\endian.h" />
<ClInclude Include="..\src\error.h" />
<ClInclude Include="..\src\file.h" />
<ClInclude Include="..\src\FileStream.h" />

View File

@ -647,7 +647,6 @@
<ClInclude Include="..\src\drivers\gfxdebugger.h">
<Filter>src\drivers</Filter>
</ClInclude>
<ClInclude Include="..\src\endian.h" />
<ClInclude Include="..\src\mednafen-driver.h">
<Filter>src</Filter>
</ClInclude>