move out InputMapper::Mapping

This commit is contained in:
Glenn Maynard
2007-01-12 06:03:08 +00:00
parent 7c112811a4
commit 24d5d5220c
2 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ struct AutoJoyMapping
const char *szGame;
const char *szDriverRegex; // reported by InputHandler
const char *szControllerName; // the product name of the controller
struct InputMapper::Mapping maps[32];
InputMapper::Mapping maps[32];
};
#define END_MARKER {-1, DeviceButton_Invalid, GameButton_Invalid, false }, // end marker
const AutoJoyMapping g_AutoJoyMappings[] =