Added optional config ini file for configuring key mappings used by Edit Mode.

This commit is contained in:
Kyzentun
2014-11-17 04:24:20 -07:00
parent 9b847caa45
commit a5d9f029f3
7 changed files with 452 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ struct Game;
const int NUM_GAME_TO_DEVICE_SLOTS = 5; // five device inputs may map to one game input
const int NUM_SHOWN_GAME_TO_DEVICE_SLOTS = 3;
const int NUM_USER_GAME_TO_DEVICE_SLOTS = 2;
extern const RString DEVICE_INPUT_SEPARATOR;
struct AutoMappingEntry
{