make the used joystick selectable when 4axis is specified
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2969
This commit is contained in:
parent
b788b3dc94
commit
ca00d51a11
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: sdl_mapper.cpp,v 1.42 2007-08-12 10:23:36 c2woody Exp $ */
|
||||
/* $Id: sdl_mapper.cpp,v 1.43 2007-08-16 13:00:08 c2woody Exp $ */
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
@ -2095,6 +2095,7 @@ static void MAPPER_SaveBinds(void) {
|
|||
fprintf(savefile,"\n");
|
||||
}
|
||||
fclose(savefile);
|
||||
change_action_text("Mapper file saved.",CLR_WHITE);
|
||||
}
|
||||
|
||||
static bool MAPPER_LoadBinds(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue