~fitzsim/Main_MiSTer

373384b69c2ff3048182e20b8a5b1093d8c53281 — Thomas Fitzsimmons 1 year, 11 months ago 02f04f3
Show device index, not player assignment

Use this to determine which device index corresponds to which
controller, with controller_info=10 in mister.ini.  controller_info will
be disabled (set to 0) in the final configuration, so we can leave this
debugging hack in.
1 files changed, 1 insertions(+), 1 deletions(-)

M input.cpp
M input.cpp => input.cpp +1 -1
@@ 2418,7 2418,7 @@ static void input_cb(struct input_event *ev, struct input_absinfo *absinfo, int 
			}
			else
			{
				map_joystick_show(input[dev].map, input[dev].mmap, input[dev].num);
				map_joystick_show(input[dev].map, input[dev].mmap, dev);
			}
		}
	}