mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06:00
rsx/overlays: Fix linux build
This commit is contained in:
parent
4780e7c8da
commit
ca2b7f9b9f
@ -21,8 +21,9 @@ namespace rsx
|
|||||||
private:
|
private:
|
||||||
void apply_layout(bool center_vertically = false) override;
|
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_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);
|
void add_sidebar_entry(home_menu::fa_icon icon, std::string_view title);
|
||||||
|
|
||||||
|
|||||||
@ -285,7 +285,6 @@ namespace rsx
|
|||||||
|
|
||||||
void list_view::set_pos(s16 x, s16 y)
|
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);
|
vertical_layout::set_pos(x, y);
|
||||||
|
|
||||||
update_selection();
|
update_selection();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user