mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-28 13:55:14 -06:00
New line and update ...savestate.h
This commit is contained in:
parent
feaafbaf5e
commit
5b61569e81
@ -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…
Reference in New Issue
Block a user