Misc: Use lightgun controller icon

This commit is contained in:
Stenzek
2024-08-25 13:57:05 +10:00
parent 599800dfa1
commit f2c0303875
12 changed files with 24 additions and 30 deletions

View File

@ -391,7 +391,7 @@ static const SettingInfo s_settings[] = {
const Controller::ControllerInfo Justifier::INFO = {ControllerType::Justifier,
"Justifier",
TRANSLATE_NOOP("ControllerType", "Justifier"),
nullptr,
ICON_PF_LIGHT_GUN,
s_binding_info,
s_settings,
Controller::VibrationCapabilities::NoVibration};