mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
New line and update ...savestate.h
This commit is contained in:
parent
feaafbaf5e
commit
5b61569e81
2 changed files with 1 additions and 5 deletions
|
@ -47,4 +47,4 @@ namespace rsx
|
||||||
apply_layout();
|
apply_layout();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,11 +8,7 @@ namespace rsx
|
||||||
{
|
{
|
||||||
struct home_menu_savestate : public home_menu_page
|
struct home_menu_savestate : public home_menu_page
|
||||||
{
|
{
|
||||||
public:
|
|
||||||
home_menu_savestate(s16 x, s16 y, u16 width, u16 height, bool use_separators, home_menu_page* parent);
|
home_menu_savestate(s16 x, s16 y, u16 width, u16 height, bool use_separators, home_menu_page* parent);
|
||||||
|
|
||||||
private:
|
|
||||||
std::vector<std::shared_ptr<home_menu_page>> m_savestate_pages;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue