mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 09:09:49 +00:00
Fix a couple spacing things.
This commit is contained in:
parent
1f60c3c07b
commit
13f6c26b6b
@ -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) {
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user