rsx/overlays: Fix linux build

This commit is contained in:
kd-11 2026-03-16 02:33:14 +03:00 committed by kd-11
parent 4780e7c8da
commit ca2b7f9b9f
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,9 @@ namespace rsx
private:
void apply_layout(bool center_vertically = false) override;
void add_page(home_menu::fa_icon icon, std::shared_ptr<home_menu_page> page) override;
using home_menu_page::add_item;
void add_item(home_menu::fa_icon icon, std::string_view title, std::function<page_navigation(pad_button)> callback) override;
void add_page(home_menu::fa_icon icon, std::shared_ptr<home_menu_page> page) override;
void add_sidebar_entry(home_menu::fa_icon icon, std::string_view title);

View File

@ -285,7 +285,6 @@ namespace rsx
void list_view::set_pos(s16 x, s16 y)
{
const auto prev_x = this->x, prev_y = this->y;
vertical_layout::set_pos(x, y);
update_selection();