System: Add unsafe settings summary

This commit is contained in:
Stenzek
2023-12-14 17:24:45 +10:00
parent 2cd747983a
commit adfde45dc1
2 changed files with 82 additions and 34 deletions

View File

@ -898,7 +898,6 @@ void SaveStateSelectorUI::Draw()
const float item_width = std::floor(width - (padding_and_rounding * 2.0f) - ImGui::GetStyle().ScrollbarSize);
const float item_height = std::floor(image_size.y + padding * 2.0f);
const float text_indent = image_size.x + padding + padding;
std::optional<ImRect> scroll_rect;
for (size_t i = 0; i < s_slots.size(); i++)
{