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:
parent
e78454dbb9
commit
ad03dd1cb1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue