summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input_common/sdl/sdl_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp
index cb2cdf96f..9d3d1803c 100644
--- a/src/input_common/sdl/sdl_impl.cpp
+++ b/src/input_common/sdl/sdl_impl.cpp
@@ -574,7 +574,7 @@ std::vector<Common::ParamPackage> SDLState::GetInputDevices() {
574 574
575namespace { 575namespace {
576Common::ParamPackage BuildAnalogParamPackageForButton(int port, std::string guid, u8 axis, 576Common::ParamPackage BuildAnalogParamPackageForButton(int port, std::string guid, u8 axis,
577 float value = 0.1) { 577 float value = 0.1f) {
578 Common::ParamPackage params({{"engine", "sdl"}}); 578 Common::ParamPackage params({{"engine", "sdl"}});
579 params.Set("port", port); 579 params.Set("port", port);
580 params.Set("guid", guid); 580 params.Set("guid", guid);