Fix a couple spacing things.

This commit is contained in:
The Dax 2013-08-25 16:55:00 -04:00
parent 1f60c3c07b
commit 13f6c26b6b
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ void UpdateConfirmCancelKeys() {
cancelKeys.push_back(hardcodedCancelKeys[i]);
}
SetConfirmCancelKeys(confirmKeys,cancelKeys);
SetConfirmCancelKeys(confirmKeys, cancelKeys);
}
static void SetDefaultKeyMap(int deviceId, const DefMappingStruct *array, int count, bool replace) {

View File

@ -70,7 +70,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename)
// Fix issue from switching from uint (hex in .ini) to int (dec)
if (iMaxRecent == 0)
iMaxRecent = 30;
iMaxRecent = 30;
// "default" means let emulator decide, "" means disable.
general->Get("ReportingHost", &sReportHost, "default");