mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
overlays: add pages to home menu
This commit is contained in:
parent
a56fc57a83
commit
9375e255e1
31 changed files with 1345 additions and 386 deletions
|
|
@ -57,12 +57,12 @@ namespace cfg_adapter
|
|||
}
|
||||
return values;
|
||||
}
|
||||
|
||||
|
||||
static bool get_is_dynamic(const cfg_location& location)
|
||||
{
|
||||
return cfg_adapter::get_cfg(g_cfg, location.cbegin(), location.cend()).get_is_dynamic();
|
||||
}
|
||||
|
||||
|
||||
bool get_is_dynamic(emu_settings_type type)
|
||||
{
|
||||
const cfg_location loc = settings_location[type];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue