- consolidated the 4 sets of mouse and joystick configuration variables.

This commit is contained in:
Christoph Oelckers 2019-10-26 21:50:49 +02:00
parent 70a7d1bd82
commit b2d7179dbe
19 changed files with 312 additions and 483 deletions

View file

@ -112,8 +112,6 @@ void CONFIG_WriteSetup(void);
void WriteCommitFile(int32_t gametype);
void CONFIG_GetSetupFilename(void);
const char *CONFIG_AnalogNumToName(int32_t func);
int32_t CONFIG_AnalogNameToNum(const char *func);
END_SW_NS
#endif