mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
overlays: do not open home menu in VSH
This commit is contained in:
parent
44771150b7
commit
d3183708e8
7 changed files with 16 additions and 8 deletions
|
|
@ -44,7 +44,7 @@ bool ps3_process_info_t::has_debug_perm() const
|
|||
return (ctrl_flags1 & (0xa << 28)) != 0;
|
||||
}
|
||||
|
||||
// If a SELF file is of CellOS return its filename, otheriwse return an empty string
|
||||
// If a SELF file is of CellOS return its filename, otheriwse return an empty string
|
||||
std::string_view ps3_process_info_t::get_cellos_appname() const
|
||||
{
|
||||
if (!has_root_perm() || !Emu.GetTitleID().empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue