mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 08:02:26 -07:00
settings_setting: Fix MSVC error
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
|||||||
} else {
|
} else {
|
||||||
this->SetValue(static_cast<Type>(std::stoll(input)));
|
this->SetValue(static_cast<Type>(std::stoll(input)));
|
||||||
}
|
}
|
||||||
} catch (std::invalid_argument& e) {
|
} catch (std::invalid_argument&) {
|
||||||
this->SetValue(this->GetDefault());
|
this->SetValue(this->GetDefault());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user