1
0
Fork 0

To prevent problems in the future and to make things more identical. rename mapper.txt to mapper-version.conf

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3528
This commit is contained in:
Peter Veenstra 2010-01-08 19:03:48 +00:00
parent e78454dbb9
commit ad03dd1cb1

View file

@ -1513,7 +1513,7 @@ void Config_Add_SDL() {
Pstring = Pmulti->GetSection()->Add_string("inactive",Property::Changeable::Always,"normal");
Pstring->Set_values(inactt);
Pstring = sdl_sec->Add_path("mapperfile",Property::Changeable::Always,"mapper.txt");
Pstring = sdl_sec->Add_path("mapperfile",Property::Changeable::Always,"mapper-" VERSION ".conf");
Pstring->Set_help("File used to load/save the key/event mappings from.");
Pbool = sdl_sec->Add_bool("usescancodes",Property::Changeable::Always,true);