mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,11 +8,7 @@ namespace rsx
|
|||
{
|
||||
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);
|
||||
|
||||
private:
|
||||
std::vector<std::shared_ptr<home_menu_page>> m_savestate_pages;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue