X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fprofile.cpp;h=a4d8e57141661974025670a7b769047cadb1e54e;hb=d45cbbf10d32c4b44a924e19b0f4ee2fbe51b46c;hp=854d8cb038b05408e886b6a51af9ebf66c736494;hpb=0d7e70c5e34e691b15365901951700f43242065f;p=virtualjaguar diff --git a/src/gui/profile.cpp b/src/gui/profile.cpp index 854d8cb..a4d8e57 100644 --- a/src/gui/profile.cpp +++ b/src/gui/profile.cpp @@ -443,6 +443,8 @@ void AutoConnectProfiles(void) } // Connect the keyboard device (lowest priority) + // N.B.: The keyboard is always mapped to profile #0, so we can locate it + // easily. :-) int slot = profile[0].preferredSlot; if ((slot == CONTROLLER1) && (gamepadIDSlot1 == -1))