mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-29 17:39:39 +02:00
Allows spaces in the controls.conf; otherwise keys like Left Shift will not
work.
This commit is contained in:
@@ -121,7 +121,6 @@ bool UserInput::MapKey(std::string keyDescription, KeyCode_E key, bool required)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
description = Utils::replace(description, " ", "");
|
|
||||||
description = Utils::replace(description, ".", "");
|
description = Utils::replace(description, ".", "");
|
||||||
|
|
||||||
std::istringstream ss(description);
|
std::istringstream ss(description);
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
std::string retrofe_version_major = "0";
|
std::string retrofe_version_major = "0";
|
||||||
std::string retrofe_version_minor = "7";
|
std::string retrofe_version_minor = "7";
|
||||||
std::string retrofe_version_build = "20";
|
std::string retrofe_version_build = "21b1";
|
||||||
|
|
||||||
|
|
||||||
std::string Version::getString()
|
std::string Version::getString()
|
||||||
|
|||||||
Reference in New Issue
Block a user