ImGuiOverlays: Change icon colour depending on controller mode

This commit is contained in:
Stenzek
2024-08-18 20:30:45 +10:00
parent b2577ef8bd
commit aa9a5e383d
7 changed files with 40 additions and 14 deletions

View File

@ -82,6 +82,11 @@ std::optional<u32> Controller::GetAnalogInputBytes() const
return std::nullopt;
}
u32 Controller::GetInputOverlayIconColor() const
{
return 0xFFFFFFFFu;
}
void Controller::LoadSettings(SettingsInterface& si, const char* section)
{
}