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